Patches 1 and 2 are carried forward from the last (v3) posting without any changes. Patch 1 is now formatted non-differentially (ie. without copy detection).
Patches 3 and 4 are new. Thanks Laszlo Cc: Marcel Apfelbaum <mar...@redhat.com> Cc: Michael S. Tsirkin <m...@redhat.com> Cc: Markus Armbruster <arm...@redhat.com> Cc: Kevin O'Connor <ke...@koconnor.net> Laszlo Ersek (4): 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 callback for SysBusDeviceClass hw/pci-bridge: format SeaBIOS-compliant OFW device node for PXB hw/pci-bridge/Makefile.objs | 1 + include/hw/pci/pci.h | 1 + include/hw/sysbus.h | 9 +++ hw/core/sysbus.c | 27 ++++++--- hw/pci-bridge/pci_basic_bridge_dev.c | 114 +++++++++++++++++++++++++++++++++++ hw/pci-bridge/pci_expander_bridge.c | 41 ++++++++++++- 6 files changed, 182 insertions(+), 11 deletions(-) create mode 100644 hw/pci-bridge/pci_basic_bridge_dev.c -- 1.8.3.1