]> git.ipfire.org Git - thirdparty/libvirt.git/commit
integration of the VirtualBox support
authorDaniel Veillard <veillard@redhat.com>
Fri, 17 Apr 2009 16:09:07 +0000 (16:09 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 17 Apr 2009 16:09:07 +0000 (16:09 +0000)
commit10d165084303273589b92c526d2a730bb3d09fa9
treee3a22f9ba14e57dc2d39d72372bfa75dd52e6811
parent81e6a22192c9b160b984b2a2a7f1d8e3a12b0429
integration of the VirtualBox support
* configure.in include/libvirt/virterror.h src/Makefile.am
  src/domain_conf.[ch] src/driver.h src/virterror.c src/vbox/README
  src/vbox/vbox_CAPI_v2_2.h src/vbox/vbox_V2_2.c
  src/vbox/vbox_XPCOMCGlue.[ch] src/vbox/vbox_driver.[ch]
  src/vbox/vbox_tmpl.c: integration of the VirtualBox support
  patches by Pritesh Kothari
Daniel
17 files changed:
ChangeLog
configure.in
include/libvirt/virterror.h
src/Makefile.am
src/domain_conf.c
src/domain_conf.h
src/driver.h
src/libvirt.c
src/vbox/README [new file with mode: 0644]
src/vbox/vbox_CAPI_v2_2.h [new file with mode: 0644]
src/vbox/vbox_V2_2.c [new file with mode: 0644]
src/vbox/vbox_XPCOMCGlue.c [new file with mode: 0644]
src/vbox/vbox_XPCOMCGlue.h [new file with mode: 0644]
src/vbox/vbox_driver.c [new file with mode: 0644]
src/vbox/vbox_driver.h [new file with mode: 0644]
src/vbox/vbox_tmpl.c [new file with mode: 0644]
src/virterror.c