libvirt/src/libvirt_vmware.syms
Doug Goldstein 7457cbe871 VMware: Make version parsing testable and add tests
This splits up the version parsing code into a callable API like QEMU
help/version string parsing so that we can test it as we need to add
additional patterns for newer versions/products.
2013-09-20 08:23:31 -05:00

13 lines
242 B
Plaintext

#
# These symbols are dependent upon --with-vmware via WITH_VMWARE.
#
# vmware/vmware_conf.h
vmwareDriverTypeFromString;
vmwareParseVersionStr;
# Let emacs know we want case-insensitive sorting
# Local Variables:
# sort-fold-case: t
# End: