On 12/07/2023 14.11, Paolo Bonzini wrote:
diff --git a/configs/devices/s390x-softmmu/default.mak
b/configs/devices/s390x-softmmu/default.mak
index f2287a133f36..2d5ff476e32a 100644
--- a/configs/devices/s390x-softmmu/default.mak
+++ b/configs/devices/s390x-softmmu/default.mak
@@ -7,6 +7,7 @@
#CONFIG_VFIO_CCW=n
#CONFIG_VIRTIO_PCI=n
#CONFIG_WDT_DIAG288=n
+#CONFIG_PCIE_DEVICE=n
Should be CONFIG_PCIE_DEVICES; fixed and queued, thanks.
I think the patch is fine for now, but in the long run, I think we should
make sure to mark PCIe-only devices only with PCIE_DEVICES, as Philippe
suggested. So PCIe devices will then also not show up any more on targets
that only provide a plain PCI bus (like hppa, I guess?).
Thomas