diff --git a/configure.ac b/configure.ac
index 93f9e383f0d6187d1f8c902f392e4502391957dc..f3ae6ca14f05a72e4d3f0fde176d807bad31c69a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU Lesser General Public
dnl License along with this library. If not, see
dnl
host
offloading optionsaction
Note 1: the 'shutdown' action requires that the guest diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms index 59d8c122023044ce378fd5f7024ef23c11cd3736..2c653f2fcca1e30599acc7e1d5d74ac8d50905c0 100644 --- a/src/libvirt_public.syms +++ b/src/libvirt_public.syms @@ -715,7 +715,7 @@ LIBVIRT_1.2.16 { virDomainSetUserPassword; } LIBVIRT_1.2.15; -LIBVIRT_1.3.0 { +LIBVIRT_1.2.17 { global: virTypedParamsAddStringList; } LIBVIRT_1.2.16; diff --git a/src/vz/vz_driver.c b/src/vz/vz_driver.c index ddb71793076db18a33a5b71dd58574b3fd68cdd4..47c502376e0b93915b44eeae1f95a64e5b3278a9 100644 --- a/src/vz/vz_driver.c +++ b/src/vz/vz_driver.c @@ -1424,10 +1424,10 @@ static virHypervisorDriver vzDriver = { .domainManagedSave = vzDomainManagedSave, /* 1.2.14 */ .domainManagedSaveRemove = vzDomainManagedSaveRemove, /* 1.2.14 */ .domainGetMaxMemory = vzDomainGetMaxMemory, /* 1.2.15 */ - .domainBlockStats = vzDomainBlockStats, /* 1.3.0 */ - .domainBlockStatsFlags = vzDomainBlockStatsFlags, /* 1.3.0 */ - .domainInterfaceStats = vzDomainInterfaceStats, /* 1.3.0 */ - .domainMemoryStats = vzDomainMemoryStats, /* 1.3.0 */ + .domainBlockStats = vzDomainBlockStats, /* 1.2.17 */ + .domainBlockStatsFlags = vzDomainBlockStatsFlags, /* 1.2.17 */ + .domainInterfaceStats = vzDomainInterfaceStats, /* 1.2.17 */ + .domainMemoryStats = vzDomainMemoryStats, /* 1.2.17 */ }; static virConnectDriver vzConnectDriver = {