mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
b23ee6394a
Move all the private helpers for parsing and formatting of domain elements as private static functions in vmx.c, to avoid using them directly. Signed-off-by: Pino Toscano <ptoscano@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
17 lines
328 B
Plaintext
17 lines
328 B
Plaintext
#
|
|
# These symbols are dependent upon --with-esx via WITH_ESX or --with-vmware via WITH_VMWARE.
|
|
#
|
|
|
|
# vmx/vmx.h
|
|
virVMXConvertToUTF8;
|
|
virVMXDomainXMLConfInit;
|
|
virVMXEscapeHex;
|
|
virVMXFormatConfig;
|
|
virVMXParseConfig;
|
|
virVMXUnescapeHex;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|