V2 was at: <http://thread.gmane.org/gmane.comp.emulators.qemu/343098>.
Patches #1 through #3 have not been modified, relative to v2. Patch #4 has been dropped and reimlpemented with an arguably better / simpler approach. PXE-boot tested with OVMF, using a virtio-net-pci NIC behind a PXB. Thanks Laszlo Cc: Marcel Apfelbaum <mar...@redhat.com> Cc: Michael S. Tsirkin <m...@redhat.com> Cc: Markus Armbruster <arm...@redhat.com> Laszlo Ersek (6): i386/acpi-build: more traditional _UID and _HID for PXB root buses i386/acpi-build: fix PXB workarounds for unsupported BIOSes hw/pci-bridge: create interrupt-less, hotplug-less bridge for PXB hw/core: rebase sysbus_get_fw_dev_path() to g_strdup_printf() hw/core: explicit OFW unit address property for SysBusDevice hw/pci-bridge: set explicit OFW unit address for TYPE_PXB_HOST hw/pci-bridge/Makefile.objs | 1 + include/hw/pci/pci.h | 1 + include/hw/sysbus.h | 8 ++ hw/core/sysbus.c | 27 +++-- hw/i386/acpi-build.c | 13 +-- .../{pci_bridge_dev.c => pci_basic_bridge_dev.c} | 128 ++++++--------------- hw/pci-bridge/pci_expander_bridge.c | 9 +- 7 files changed, 72 insertions(+), 115 deletions(-) copy hw/pci-bridge/{pci_bridge_dev.c => pci_basic_bridge_dev.c} (35%) -- 1.8.3.1