Re: [Qemu-devel] [PATCH 0/7] hw/pci-bus: Fix PCI bus regression on several archs

2016-07-15 Thread Mark Cave-Ayland
On 14/07/16 14:43, Marcel Apfelbaum wrote: > Commit b86eacb (hw/pci: delay bus_master_enable_region initialization) delayed > enabling the 'bus-master' region for PCI devices until 'machine-done' event. > The event registration happens in the PCIBus realize function, however > the PCI bus is not

[Qemu-devel] [PATCH 0/7] hw/pci-bus: Fix PCI bus regression on several archs

2016-07-14 Thread Marcel Apfelbaum
Commit b86eacb (hw/pci: delay bus_master_enable_region initialization) delayed enabling the 'bus-master' region for PCI devices until 'machine-done' event. The event registration happens in the PCIBus realize function, however the PCI bus is not 'realized' *at all* for some machines. It appears