[libvirt PATCH] remote: Fix version annotation for remoteDomainFDAssociate

Peter Krempa pkrempa at redhat.com
Thu Jan 26 15:16:34 UTC 2023


On Thu, Jan 26, 2023 at 16:12:37 +0100, Jiri Denemark wrote:
> The API was added in libvirt 9.0.0.
> 
> Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
> ---
>  src/remote/remote_driver.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 */
>  };

Oops, I fixed everything except for this one :D

Reviewed-by: Peter Krempa <pkrempa at redhat.com>


More information about the libvir-list mailing list