[PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines

Zhenzhong Duan posted 21 patches 1 year ago
There is a newer version of this series
[PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines
Posted by Zhenzhong Duan 1 year ago
From: Cédric Le Goater <clg@redhat.com>

Signed-off-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
---
 hw/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 3ada335a24..660f49db49 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -8,6 +8,7 @@ config ARM_VIRT
     imply TPM_TIS_SYSBUS
     imply TPM_TIS_I2C
     imply NVDIMM
+    imply IOMMUFD
     select ARM_GIC
     select ACPI
     select ARM_SMMUV3
-- 
2.34.1


Re: [PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines
Posted by Eric Auger 1 year ago

On 11/14/23 11:09, Zhenzhong Duan wrote:
> From: Cédric Le Goater <clg@redhat.com>
>
> Signed-off-by: Cédric Le Goater <clg@redhat.com>
> Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
> ---
>  hw/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
> index 3ada335a24..660f49db49 100644
> --- a/hw/arm/Kconfig
> +++ b/hw/arm/Kconfig
> @@ -8,6 +8,7 @@ config ARM_VIRT
>      imply TPM_TIS_SYSBUS
>      imply TPM_TIS_I2C
>      imply NVDIMM
> +    imply IOMMUFD
>      select ARM_GIC
>      select ACPI
>      select ARM_SMMUV3
Reviewed-by: Eric Auger <eric.auger@redhat.com>

Eric