aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/Kconfig
diff options
context:
space:
mode:
authorCédric Le Goater <clg@redhat.com>2023-07-11 17:14:40 +0200
committerThomas Huth <thuth@redhat.com>2023-07-18 09:36:27 +0200
commitd9458f990afa1633b99d0d897d3e48689d6a01ed (patch)
tree45b1cac4e8e00f99528513450e3158ea34837203 /hw/intc/Kconfig
parent361d5397355276e3007825cc17217c1e4d4320f7 (diff)
downloadqemu-d9458f990afa1633b99d0d897d3e48689d6a01ed.zip
qemu-d9458f990afa1633b99d0d897d3e48689d6a01ed.tar.gz
qemu-d9458f990afa1633b99d0d897d3e48689d6a01ed.tar.bz2
s390x: Fix QEMU abort by selecting S390_FLIC_KVM
If QEMU is built with --without-default-devices, the s390-flic-kvm device is missing and QEMU aborts when started with the KVM accelerator. Make sure it's available by selecting S390_FLIC_KVM in Kconfig. Consequently, this also fixes an abort in tests/qtest/migration-test. Signed-off-by: Cédric Le Goater <clg@redhat.com> Message-Id: <20230711151440.716822-1-clg@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/intc/Kconfig')
-rw-r--r--hw/intc/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig
index 21441d0..97d550b 100644
--- a/hw/intc/Kconfig
+++ b/hw/intc/Kconfig
@@ -49,7 +49,6 @@ config S390_FLIC
config S390_FLIC_KVM
bool
- default y
depends on S390_FLIC && KVM
config OMPIC