]> git.proxmox.com Git - mirror_qemu.git/commitdiff
kconfig: Add NVME to s390x machines
authorCédric Le Goater <clg@redhat.com>
Mon, 28 Aug 2023 15:01:48 +0000 (17:01 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 12 Sep 2023 10:07:16 +0000 (12:07 +0200)
We recently had issues with nvme devices on big endian platforms.
Include their compilation on s390x to ease tests.

Signed-off-by: Cédric Le Goater <clg@redhat.com>
Message-ID: <20230828150148.120031-1-clg@kaod.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Klaus Jensen <k.jensen@samsung.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/nvme/Kconfig

index 8ac90942e55e771a17bd90255db54dc14a48c647..cfa2ab0f9d5ae380a4157c234c4979f06df44223 100644 (file)
@@ -1,4 +1,4 @@
 config NVME_PCI
     bool
-    default y if PCI_DEVICES
+    default y if PCI_DEVICES || PCIE_DEVICES
     depends on PCI