]> git.proxmox.com Git - mirror_qemu.git/commit
kconfig: Add PCIe devices to s390x machines
authorCédric Le Goater <clg@redhat.com>
Wed, 12 Jul 2023 08:01:46 +0000 (10:01 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Jul 2023 09:10:57 +0000 (11:10 +0200)
commitcc9ff56fc338499a2de939619fbe5d4e9389094b
tree72708670b717cedae028457e818858eaecfd84ca
parent230dfd9257e92259876c113e58b5f0d22b056d2e
kconfig: Add PCIe devices to s390x machines

It is useful to extend the number of available PCIe devices to KVM guests
for passthrough scenarios and also to expose these models to a different
(big endian) architecture. Introduce a new config PCIE_DEVICES to select
models, Intel Ethernet adapters and one USB controller. These devices all
support MSI-X which is a requirement on s390x as legacy INTx are not
supported.

Cc: Matthew Rosato <mjrosato@linux.ibm.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Message-ID: <20230712080146.839113-1-clg@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configs/devices/s390x-softmmu/default.mak
hw/net/Kconfig
hw/pci/Kconfig
hw/s390x/Kconfig
hw/usb/Kconfig