Re: [Qemu-devel] [PATCH for-4.0] spapr_pci: Fix broken naming of PCI bus

2019-04-11 Thread David Gibson
On Thu, Apr 11, 2019 at 06:32:24PM +0200, Greg Kurz wrote: > Recent commit 5cf0d326a0fe fixed a regression which was preventing the > guest to access the extended config space of a PCIe device. This was > done by introducing a new PCI bus subtype for PAPR. The original fix > was causing PCI busses

[Qemu-devel] [PATCH for-4.0] spapr_pci: Fix broken naming of PCI bus

2019-04-11 Thread Greg Kurz
Recent commit 5cf0d326a0fe fixed a regression which was preventing the guest to access the extended config space of a PCIe device. This was done by introducing a new PCI bus subtype for PAPR. The original fix was causing PCI busses to be named "spapr-pci-host-bridge-root-bus.N" instead of "pci.N",