From: Jiri Denemark Date: Thu, 26 Jan 2023 15:12:00 +0000 (+0100) Subject: remote: Fix version annotation for remoteDomainFDAssociate X-Git-Tag: v9.1.0-rc1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f8fba7501327a60f6adb279ea17f0e2276071be;p=thirdparty%2Flibvirt.git remote: Fix version annotation for remoteDomainFDAssociate The API was added in libvirt 9.0.0. Signed-off-by: Jiri Denemark Reviewed-by: Peter Krempa --- diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 9f3a9520e4..2f421fb5e0 100644 --- a/src/remote/remote_driver.c +++ b/src/remote/remote_driver.c @@ -8101,7 +8101,7 @@ static virHypervisorDriver hypervisor_driver = { .domainGetMessages = remoteDomainGetMessages, /* 7.1.0 */ .domainStartDirtyRateCalc = remoteDomainStartDirtyRateCalc, /* 7.2.0 */ .domainSetLaunchSecurityState = remoteDomainSetLaunchSecurityState, /* 8.0.0 */ - .domainFDAssociate = remoteDomainFDAssociate, /* 8.9.0 */ + .domainFDAssociate = remoteDomainFDAssociate, /* 9.0.0 */ }; static virNetworkDriver network_driver = {