mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-31 18:33:11 +00:00
7457cbe871
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.
13 lines
242 B
Plaintext
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:
|