]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add support for VBox 3 and event callbacks on vbox
authorPritesh Kothari <Pritesh.Kothari@Sun.COM>
Fri, 24 Jul 2009 16:12:16 +0000 (18:12 +0200)
committerDaniel Veillard <veillard@redhat.com>
Fri, 24 Jul 2009 16:12:16 +0000 (18:12 +0200)
commit41e097e91a911c4ea574f95a09caed8600efa8d6
treebb15ce1babdebe30edcb33bdf7b3fe66e0c68052
parent1112330e466554ec89706c60beeeaabb621c7d98
Add support for VBox 3 and event callbacks on vbox

* src/vbox/vbox_driver.c: remove some old 2.5 switches and plug the
  3.0 driver
* src/vbox/vbox_V3_0.c src/vbox/vbox_CAPI_v3_0.h: the driver for
  VirtualBox 3.0
* src/vbox/vbox_tmpl.c: handle the new driver and add event support
* src/Makefile.am: plug in the new module
src/Makefile.am
src/vbox/vbox_CAPI_v3_0.h [new file with mode: 0644]
src/vbox/vbox_V3_0.c [new file with mode: 0644]
src/vbox/vbox_driver.c
src/vbox/vbox_tmpl.c