[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines
|
From: |
Eric Auger |
|
Subject: |
Re: [PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines |
|
Date: |
Thu, 16 Nov 2023 10:17:00 +0100 |
|
User-agent: |
Mozilla Thunderbird |
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
- [PATCH v6 16/21] vfio/ccw: Allow the selection of a given iommu backend, (continued)
- [PATCH v6 16/21] vfio/ccw: Allow the selection of a given iommu backend, Zhenzhong Duan, 2023/11/14
- [PATCH v6 17/21] vfio/ccw: Make vfio cdev pre-openable by passing a file handle, Zhenzhong Duan, 2023/11/14
- [PATCH v6 18/21] vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks, Zhenzhong Duan, 2023/11/14
- [PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines, Zhenzhong Duan, 2023/11/14
- Re: [PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines,
Eric Auger <=
- [PATCH v6 20/21] kconfig: Activate IOMMUFD for s390x machines, Zhenzhong Duan, 2023/11/14
- [PATCH v6 21/21] hw/i386: Activate IOMMUFD for q35 machines, Zhenzhong Duan, 2023/11/14
- Re: [PATCH v6 00/21] vfio: Adopt iommufd, Cédric Le Goater, 2023/11/14
- Re: [PATCH v6 00/21] vfio: Adopt iommufd, Eric Auger, 2023/11/20