Re: [PATCH 14/18] intel-iommu: Implement get_attr() method

2023-02-09 Thread Peter Xu
On Thu, Jan 26, 2023 at 08:49:44PM +0200, Avihai Horon wrote: > Implement get_attr() method and use the address width property to report > the IOMMU_ATTR_MAX_IOVA attribute. > > Signed-off-by: Avihai Horon Acked-by: Peter Xu -- Peter Xu

[PATCH 14/18] intel-iommu: Implement get_attr() method

2023-01-26 Thread Avihai Horon
Implement get_attr() method and use the address width property to report the IOMMU_ATTR_MAX_IOVA attribute. Signed-off-by: Avihai Horon --- hw/i386/intel_iommu.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/hw/i386/intel_iommu.c b/hw/i386/intel_iommu.c index 98a5c304a7