Re: [PATCH v5 02/12] hw/i386/pc: Remove x86_iommu_get_type()

2021-10-21 Thread Igor Mammedov
On Wed, 20 Oct 2021 18:27:36 +0100 Jean-Philippe Brucker wrote: > To generate the IOMMU ACPI table, acpi-build.c can use base QEMU types > instead of a special IommuType value. > > Signed-off-by: Jean-Philippe Brucker Reviewed-by: Igor Mammedov > --- > include/hw/i386/x86-iommu.h | 12

Re: [PATCH v5 02/12] hw/i386/pc: Remove x86_iommu_get_type()

2021-10-21 Thread Eric Auger
Hi Jean, On 10/20/21 7:27 PM, Jean-Philippe Brucker wrote: > To generate the IOMMU ACPI table, acpi-build.c can use base QEMU types > instead of a special IommuType value. > > Signed-off-by: Jean-Philippe Brucker Reviewed-by: Eric Auger Looks good to me Thanks Eric > --- >

[PATCH v5 02/12] hw/i386/pc: Remove x86_iommu_get_type()

2021-10-20 Thread Jean-Philippe Brucker
To generate the IOMMU ACPI table, acpi-build.c can use base QEMU types instead of a special IommuType value. Signed-off-by: Jean-Philippe Brucker --- include/hw/i386/x86-iommu.h | 12 hw/i386/acpi-build.c| 20 +--- hw/i386/amd_iommu.c | 2 --