Re: [PATCH v4 2/3] virtio-iommu: Add a granule property

2024-02-23 Thread Eric Auger
On 2/23/24 08:57, Philippe Mathieu-Daudé wrote: > On 23/2/24 08:27, Eric Auger wrote: >> This allows to choose which granule will be used by >> default by the virtio-iommu. Current page size mask >> default is qemu_target_page_mask so this translates >> into a 4K granule. >> >> Signed-off-by: Er

Re: [PATCH v4 2/3] virtio-iommu: Add a granule property

2024-02-22 Thread Philippe Mathieu-Daudé
On 23/2/24 08:27, Eric Auger wrote: This allows to choose which granule will be used by default by the virtio-iommu. Current page size mask default is qemu_target_page_mask so this translates into a 4K granule. Signed-off-by: Eric Auger --- v3 -> v4: - granule_mode introduction moved to that

[PATCH v4 2/3] virtio-iommu: Add a granule property

2024-02-22 Thread Eric Auger
This allows to choose which granule will be used by default by the virtio-iommu. Current page size mask default is qemu_target_page_mask so this translates into a 4K granule. Signed-off-by: Eric Auger --- v3 -> v4: - granule_mode introduction moved to that patch --- include/hw/virtio/virtio-io