]> xenbits.xensource.com Git - libvirt.git/commit
vbox: Add support for VirtualBox 4.1
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 29 Oct 2011 19:26:57 +0000 (21:26 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 29 Oct 2011 19:26:57 +0000 (21:26 +0200)
commit73ce5050e0dcf897a975fd077d249f42e0549c64
tree5c21c8a54c525f245dfb1294e0890597069bb4d0
parent96f28f7f10251f67f39d3343d8fc46853c57626c
vbox: Add support for VirtualBox 4.1

Deal with the incompatible changes in the VirtualBox 4.1 API.

INetworkAdapter has its different AttachTo* method replaced by
a settable attachmentType property.

The maximum number of network adapters is now requestable per
chipset type.

The OpenMedium method got a bool parameter to request opening
a medium under a new IID.
src/Makefile.am
src/vbox/vbox_CAPI_v4_1.h [new file with mode: 0644]
src/vbox/vbox_V4_1.c [new file with mode: 0644]
src/vbox/vbox_driver.c
src/vbox/vbox_tmpl.c