Re: [PATCH v4 10/15] intel-iommu: Implement IOMMU_ATTR_MAX_IOVA get_attr() attribute

2023-10-06 Thread Joao Martins
On 02/10/2023 16:42, Cédric Le Goater wrote: > On 7/10/23 15:44, Joao Martins wrote: >> >> >> On 09/07/2023 16:17, Avihai Horon wrote: >>> >>> On 23/06/2023 0:48, Joao Martins wrote: External email: Use caution opening links or attachments From: Avihai Horon Implem

Re: [PATCH v4 10/15] intel-iommu: Implement IOMMU_ATTR_MAX_IOVA get_attr() attribute

2023-10-02 Thread Cédric Le Goater
On 7/10/23 15:44, Joao Martins wrote: On 09/07/2023 16:17, Avihai Horon wrote: On 23/06/2023 0:48, Joao Martins wrote: External email: Use caution opening links or attachments From: Avihai Horon Implement get_attr() method and use the address width property to report the IOMMU_ATTR_MAX_I

Re: [PATCH v4 10/15] intel-iommu: Implement IOMMU_ATTR_MAX_IOVA get_attr() attribute

2023-07-10 Thread Joao Martins
On 09/07/2023 16:17, Avihai Horon wrote: > > On 23/06/2023 0:48, Joao Martins wrote: >> External email: Use caution opening links or attachments >> >> >> From: Avihai Horon >> >> Implement get_attr() method and use the address width property to report >> the IOMMU_ATTR_MAX_IOVA attribute. > >

Re: [PATCH v4 10/15] intel-iommu: Implement IOMMU_ATTR_MAX_IOVA get_attr() attribute

2023-07-09 Thread Avihai Horon
On 23/06/2023 0:48, Joao Martins wrote: External email: Use caution opening links or attachments From: Avihai Horon Implement get_attr() method and use the address width property to report the IOMMU_ATTR_MAX_IOVA attribute. Nit: get_attr() method was already implemented in patch #6. Maybe

[PATCH v4 10/15] intel-iommu: Implement IOMMU_ATTR_MAX_IOVA get_attr() attribute

2023-06-22 Thread Joao Martins
From: 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 Signed-off-by: Joao Martins --- hw/i386/intel_iommu.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/hw/i386/intel_iommu.c b/h