RE: [PATCH v5 1/3] qdev: Add a granule_mode property

2024-02-26 Thread Duan, Zhenzhong
>-Original Message- >From: Eric Auger >Subject: [PATCH v5 1/3] qdev: Add a granule_mode property > >Introduce a new enum type property allowing to set an >IOMMU granule. Values are 4k, 8k, 16k, 64k and host. >This latter indicates the vIOMMU granule will match >

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

2024-02-26 Thread Eric Auger
Introduce a new enum type property allowing to set an IOMMU granule. Values are 4k, 8k, 16k, 64k and host. This latter indicates the vIOMMU granule will match the host page size. A subsequent patch will add such a property to the virtio-iommu device. Signed-off-by: Eric Auger Signed-off-by: Phil