[libvirt] [PATCH 0/4] Add support for VirtualBox 4.3 APIs

Ryota Ozaki ozaki.ryota at gmail.com
Thu Nov 21 14:41:03 UTC 2013


This patch set adds support for VirtualBox 4.3 APIs.

The first two patches clean up existing code to make it easy
to add new code. The third patch imports the header file of
4.3 APIs. The last patch actually adds code to support 4.3
APIs.

This patch set doesn't add any new features introduced by
new APIs, but just fixes incompatibilies since API 4.2.

This patch set is tested on Mac OS X 10.8.5 and Fedora 19.

  ozaki-r

Ryota Ozaki (4):
  vbox: cleanup vboxAttachUSB
  vbox: pull vboxHostDeviceGetXMLDesc out from vboxDomainGetXMLDesc
  vbox: import vbox_CAPI_v4_3.h from SDK
  vbox: add support for 4.3 APIs

 src/Makefile.am           |     3 +-
 src/vbox/vbox_CAPI_v4_3.h | 10210 ++++++++++++++++++++++++++++++++++++++++++++
 src/vbox/vbox_V4_3.c      |    13 +
 src/vbox/vbox_driver.c    |     8 +
 src/vbox/vbox_tmpl.c      |   414 +-
 5 files changed, 10483 insertions(+), 165 deletions(-)
 create mode 100644 src/vbox/vbox_CAPI_v4_3.h
 create mode 100644 src/vbox/vbox_V4_3.c

-- 
1.8.4




More information about the libvir-list mailing list