mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Change 1.3.6 occurrences to 2.0.0 to follow version bump
Version was bumped but documentation (and comments) didn't follow the numbering. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -5700,7 +5700,7 @@ static virHypervisorDriver libxlHypervisorDriver = {
|
||||
.domainMigrateConfirm3Params = libxlDomainMigrateConfirm3Params, /* 1.2.6 */
|
||||
.nodeGetSecurityModel = libxlNodeGetSecurityModel, /* 1.2.16 */
|
||||
.domainInterfaceAddresses = libxlDomainInterfaceAddresses, /* 1.3.5 */
|
||||
.connectGetDomainCapabilities = libxlConnectGetDomainCapabilities, /* 1.3.6 */
|
||||
.connectGetDomainCapabilities = libxlConnectGetDomainCapabilities, /* 2.0.0 */
|
||||
};
|
||||
|
||||
static virConnectDriver libxlConnectDriver = {
|
||||
|
||||
@@ -2756,7 +2756,7 @@ static virHypervisorDriver vzHypervisorDriver = {
|
||||
.domainIsUpdated = vzDomainIsUpdated, /* 1.2.21 */
|
||||
.domainGetVcpusFlags = vzDomainGetVcpusFlags, /* 1.2.21 */
|
||||
.domainGetMaxVcpus = vzDomainGetMaxVcpus, /* 1.2.21 */
|
||||
.domainSetUserPassword = vzDomainSetUserPassword, /* 1.3.6 */
|
||||
.domainSetUserPassword = vzDomainSetUserPassword, /* 2.0.0 */
|
||||
.connectDomainEventRegisterAny = vzConnectDomainEventRegisterAny, /* 1.2.10 */
|
||||
.connectDomainEventDeregisterAny = vzConnectDomainEventDeregisterAny, /* 1.2.10 */
|
||||
.nodeGetCPUMap = vzNodeGetCPUMap, /* 1.2.8 */
|
||||
|
||||
Reference in New Issue
Block a user