Re: [PATCH v3 1/3] qdev: Add a granule_mode property

2024-02-21 Thread Eric Auger
Hi Richard, On 2/21/24 22:58, Richard Henderson wrote: > On 2/21/24 10:58, Eric Auger wrote: >> Introduce a new enum type property allowing to set an >> IOMMU granule. Values are 4K, 16K, 64K and host. This >> latter indicates the vIOMMU granule will matches the >> host page size. >> >> A subseque

Re: [PATCH v3 1/3] qdev: Add a granule_mode property

2024-02-21 Thread Richard Henderson
On 2/21/24 10:58, Eric Auger wrote: Introduce a new enum type property allowing to set an IOMMU granule. Values are 4K, 16K, 64K and host. This latter indicates the vIOMMU granule will matches the host page size. A subsequent patch will add such a property to the virtio-iommu device. Signed-off