![Thomas Huth](/assets/img/avatar_default.png)
Commit e779e5c05a ("hw/pci-bridge: Add a Kconfig switch for the normal PCI bridge") added a config switch for the pci-bridge, so that the device is not included in the s390x target anymore (since the pci-bridge is not really useful on s390x). However, it seems like libvirt is still adding pci-bridge devices automatically to the guests' XML definitions (when adding a PCI device to a non-zero PCI bus), so these guests are now broken due to the missing pci-bridge in the QEMU binary. To avoid disruption of the users, let's re-enable the pci-bridge device on s390x for the time being. Message-ID: <20241024130405.62134-1-thuth@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
config S390_CCW_VIRTIO
|
|
bool
|
|
default y
|
|
depends on S390X
|
|
imply VIRTIO_PCI
|
|
imply TERMINAL3270
|
|
imply VFIO_AP
|
|
imply VFIO_CCW
|
|
imply WDT_DIAG288
|
|
imply PCI_BRIDGE
|
|
imply PCIE_DEVICES
|
|
imply IOMMUFD
|
|
select PCI_EXPRESS
|
|
select S390_FLIC
|
|
select S390_FLIC_KVM if KVM
|
|
select SCLPCONSOLE
|
|
select VIRTIO_CCW
|
|
select MSI_NONBROKEN
|