qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH RFCv2 6/8] backends/iommufd: Add ability to disable hugepages


From: Markus Armbruster
Subject: Re: [PATCH RFCv2 6/8] backends/iommufd: Add ability to disable hugepages
Date: Mon, 12 Feb 2024 18:17:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Joao Martins <joao.m.martins@oracle.com> writes:

> Allow disabling hugepages to be dirty track at base page
> granularity in similar vein to vfio_type1_iommu.disable_hugepages
> but per IOAS.
>
> Signed-off-by: Joao Martins <joao.m.martins@oracle.com>

[...]

> diff --git a/qapi/qom.json b/qapi/qom.json
> index 84af23fe245d..9ad27e2b939b 100644
> --- a/qapi/qom.json
> +++ b/qapi/qom.json
> @@ -809,7 +809,7 @@
>  # Since: 9.0
>  ##
>  { 'struct': 'IOMMUFDProperties',
> -  'data': { '*fd': 'str' } }
> +  'data': { '*fd': 'str', '*hugepages': 'bool' } }
>  
>  ##
>  # @RngProperties:

Missing documentation for the new member.

The latest QAPI PR is making this a hard error.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]