Skip to content

Commit

Permalink
hw/s390x: Re-enable the pci-bridge device on s390x
Browse files Browse the repository at this point in the history
Commit e779e5c ("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: <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Reviewed-by: Boris Fiuczynski <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
  • Loading branch information
huth committed Nov 4, 2024
1 parent e6a401d commit bc9da79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/s390x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ config S390_CCW_VIRTIO
imply VFIO_AP
imply VFIO_CCW
imply WDT_DIAG288
imply PCI_BRIDGE
imply PCIE_DEVICES
imply IOMMUFD
select PCI_EXPRESS
Expand Down

0 comments on commit bc9da79

Please sign in to comment.