[PATCH v6 21/21] hw/i386: Activate IOMMUFD for q35 machines

Zhenzhong Duan posted 21 patches 1 year ago
There is a newer version of this series
[PATCH v6 21/21] hw/i386: Activate IOMMUFD for q35 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/i386/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
index 55850791df..a1846be6f7 100644
--- a/hw/i386/Kconfig
+++ b/hw/i386/Kconfig
@@ -95,6 +95,7 @@ config Q35
     imply E1000E_PCI_EXPRESS
     imply VMPORT
     imply VMMOUSE
+    imply IOMMUFD
     select PC_PCI
     select PC_ACPI
     select PCI_EXPRESS_Q35
-- 
2.34.1


Re: [PATCH v6 21/21] hw/i386: Activate IOMMUFD for q35 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/i386/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
> index 55850791df..a1846be6f7 100644
> --- a/hw/i386/Kconfig
> +++ b/hw/i386/Kconfig
> @@ -95,6 +95,7 @@ config Q35
>      imply E1000E_PCI_EXPRESS
>      imply VMPORT
>      imply VMMOUSE
> +    imply IOMMUFD
>      select PC_PCI
>      select PC_ACPI
>      select PCI_EXPRESS_Q35
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Eric