]> xenbits.xensource.com Git - libvirt.git/commit
esx: Move VMX handling code out of the driver directory
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 21 Dec 2010 21:39:55 +0000 (22:39 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 21 Dec 2010 21:40:17 +0000 (22:40 +0100)
commit42b2f35d36a9e33f03e973130267c19cff910f2e
tree72518bffade5c174aff4b9b069d6a8a40e0fa167
parent8cd4ca459ef60dfcb46b422defe0eb15d528c74e
esx: Move VMX handling code out of the driver directory

Now the VMware driver doesn't depend on the ESX driver anymore.

Add a WITH_VMX option that depends on WITH_ESX and WITH_VMWARE.
Also add a libvirt_vmx.syms file.

Move some escaping functions from esx_util.c to vmx.c.

Adapt the test suite, ESX and VMware driver to the new code layout.
20 files changed:
configure.ac
po/POTFILES.in
src/Makefile.am
src/esx/esx_driver.c
src/esx/esx_util.c
src/esx/esx_util.h
src/esx/esx_vi.c
src/esx/esx_vi.h
src/esx/esx_vmx.c [deleted file]
src/esx/esx_vmx.h [deleted file]
src/libvirt_vmx.syms [new file with mode: 0644]
src/vmware/vmware_conf.c
src/vmware/vmware_conf.h
src/vmware/vmware_driver.c
src/vmx/vmx.c [new file with mode: 0644]
src/vmx/vmx.h [new file with mode: 0644]
tests/Makefile.am
tests/esxutilstest.c
tests/vmx2xmltest.c
tests/xml2vmxtest.c