]> xenbits.xensource.com Git - libvirt.git/commit
vbox: Begin to rewrite, vboxConnectOpen
authorTaowei <uaedante@gmail.com>
Mon, 11 Aug 2014 10:06:04 +0000 (18:06 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 15 Aug 2014 07:25:09 +0000 (09:25 +0200)
commit7f0f415b875652b1df4cbc719917365f81ee0ecb
tree9f6fe9bd8a2d147b58dc36bd0011f734c0ce2433
parent78096150569ff82994979b05119d9ebeccdabd2e
vbox: Begin to rewrite, vboxConnectOpen

Introduce vbox_uniformed_api to deal with version conflicts. Use
vbox_install_api to register the currect vboxUniformedAPI with
vbox version.

vboxConnectOpen has been rewritten.
po/POTFILES.in
src/Makefile.am
src/vbox/vbox_common.c [new file with mode: 0644]
src/vbox/vbox_common.h [new file with mode: 0644]
src/vbox/vbox_driver.c
src/vbox/vbox_install_api.h [new file with mode: 0644]
src/vbox/vbox_tmpl.c
src/vbox/vbox_uniformed_api.h [new file with mode: 0644]