[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 20/21] kconfig: Activate IOMMUFD for s390x machines
|
From: |
Zhenzhong Duan |
|
Subject: |
[PATCH v6 20/21] kconfig: Activate IOMMUFD for s390x machines |
|
Date: |
Tue, 14 Nov 2023 18:09:54 +0800 |
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>
Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com>
---
hw/s390x/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/s390x/Kconfig b/hw/s390x/Kconfig
index 4c068d7960..26ad104485 100644
--- a/hw/s390x/Kconfig
+++ b/hw/s390x/Kconfig
@@ -6,6 +6,7 @@ config S390_CCW_VIRTIO
imply VFIO_CCW
imply WDT_DIAG288
imply PCIE_DEVICES
+ imply IOMMUFD
select PCI_EXPRESS
select S390_FLIC
select S390_FLIC_KVM if KVM
--
2.34.1
- Re: [PATCH v6 16/21] vfio/ccw: Allow the selection of a given iommu backend, (continued)
- [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
- [PATCH v6 20/21] kconfig: Activate IOMMUFD for s390x machines,
Zhenzhong Duan <=
- [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