]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: add support for version 6.1 SDK
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 17 Apr 2020 10:57:54 +0000 (11:57 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 20 Apr 2020 10:34:59 +0000 (11:34 +0100)
commit622c5e40996d0ef9298819d44c750411b1310be7
treeb5a74b17e1d478bc5d513d9333423d995de0ce21
parenta030a78c69f9ce65d76f7db42dbf30d16da94f17
vbox: add support for version 6.1 SDK

Changes in the API:

 - APIs related to the graphics adapter are no longer on the
   IMachine interface, but on a IGraphicsAdapter interface
 - The LaunchVMProcess method takes a list of env variables
   instead of a single variable containing a concatenated
   list. Since we only ever pass a single env variable, we
   can simply stuff it straight into a list.
 - The DHCP server start method no longer needs the network
   name

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/vbox/Makefile.inc.am
src/vbox/vbox_V6_1.c [new file with mode: 0644]
src/vbox/vbox_common.h
src/vbox/vbox_storage.c
src/vbox/vbox_tmpl.c
src/vbox/vbox_uniformed_api.h