mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
42b2f35d36
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.
24 lines
465 B
Plaintext
24 lines
465 B
Plaintext
#
|
|
# These symbols are dependent upon --with-esx via WITH_ESX or --with-vmware via WITH_VMWARE.
|
|
#
|
|
|
|
# vmx.h
|
|
virVMXConvertToUTF8;
|
|
virVMXEscapeHex;
|
|
virVMXFormatCDROM;
|
|
virVMXFormatConfig;
|
|
virVMXFormatEthernet;
|
|
virVMXFormatFloppy;
|
|
virVMXFormatHardDisk;
|
|
virVMXFormatParallel;
|
|
virVMXFormatSerial;
|
|
virVMXFormatVNC;
|
|
virVMXParseConfig;
|
|
virVMXParseDisk;
|
|
virVMXParseEthernet;
|
|
virVMXParseParallel;
|
|
virVMXParseSCSIController;
|
|
virVMXParseSerial;
|
|
virVMXParseVNC;
|
|
virVMXUnescapeHex;
|