<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>VirtualBox has Guest Properties, which I think are very similar
      to VMware's GuestVariables. You can use Guest Properties via the
      command line: <a class="moz-txt-link-freetext" href="https://forums.virtualbox.org/viewtopic.php?t=10823">https://forums.virtualbox.org/viewtopic.php?t=10823</a></p>
    <p>Or via the COM API:
<a class="moz-txt-link-freetext" href="https://www.virtualbox.org/sdkref/interface_i_machine.html#a9f2fffade4b897eb659cc4602694676d">https://www.virtualbox.org/sdkref/interface_i_machine.html#a9f2fffade4b897eb659cc4602694676d</a></p>
    <p>On the guest side you'll probably need the VirtualBox Guest
      Additions including its kernel module to be able to access the
      properties.</p>
    <p>--</p>
    <p>Ivo<br>
    </p>
    <br>
    <div class="moz-cite-prefix">Op 15-9-2016 om 4:19 schreef Alex
      Crawford:<br>
    </div>
    <blockquote cite="mid:20160915021934.GA26533@buzz.coreos.systems"
      type="cite">
      <pre wrap="">I've been kicking around the idea of adding another request type to
VMMDev that exposes an opaque chunk of data provided by the user. This
is intended to allow users to pass configuration data to guests which
support reading from this interface.

At CoreOS, we are working on a project called Ignition [1], which
handles machine provisioning tasks (setting up filesystems, creating
users, enabling services, etc.). In order to support VirtualBox, we need
a way for users to pass their Ignition config to the CoreOS Linux guest
(ideally via the hypervisor). We do this via GuestVariables on VMware
and the firmware configuration device on QEMU. I couldn't find anything
in VirtualBox which would allow us similar functionality.

I'd like to add an extra request handler to expose just this piece of
information. I had considered making a much more general mechanism,
similar to GuestVariables, but I'd prefer to keep things simple and get
the developers' feedback before I started work. What do you all think?

-Alex

[1]: <a class="moz-txt-link-freetext" href="https://coreos.com/ignition">https://coreos.com/ignition</a>
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
vbox-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a>
<a class="moz-txt-link-freetext" href="https://www.virtualbox.org/mailman/listinfo/vbox-dev">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>