mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
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>
This commit is contained in:
parent
230dfd9257
commit
cc9ff56fc3
5 changed files with 9 additions and 4 deletions
|
@ -5,7 +5,8 @@ config S390_CCW_VIRTIO
|
|||
imply VFIO_AP
|
||||
imply VFIO_CCW
|
||||
imply WDT_DIAG288
|
||||
select PCI
|
||||
imply PCIE_DEVICES
|
||||
select PCI_EXPRESS
|
||||
select S390_FLIC
|
||||
select SCLPCONSOLE
|
||||
select VIRTIO_CCW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue