diff options
author | Cédric Le Goater <clg@redhat.com> | 2023-11-21 16:44:19 +0800 |
---|---|---|
committer | Cédric Le Goater <clg@redhat.com> | 2023-12-19 19:03:38 +0100 |
commit | 73e2df669335047b542b67d37ade060a6ae40dd8 (patch) | |
tree | b39fd3538d7613d1cd01b80faef22bfef32db467 /hw/s390x | |
parent | 0970238343af45a8b547695bfc22f18d4eb7da7e (diff) | |
download | qemu-73e2df669335047b542b67d37ade060a6ae40dd8.zip qemu-73e2df669335047b542b67d37ade060a6ae40dd8.tar.gz qemu-73e2df669335047b542b67d37ade060a6ae40dd8.tar.bz2 |
kconfig: Activate IOMMUFD for s390x machines
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>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Tested-by: Nicolin Chen <nicolinc@nvidia.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'hw/s390x')
-rw-r--r-- | hw/s390x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/Kconfig b/hw/s390x/Kconfig index 4c068d7..26ad104 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 |