qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/6] PXB tweaks and fixes


From: Laszlo Ersek
Subject: [Qemu-devel] [PATCH v3 0/6] PXB tweaks and fixes
Date: Thu, 11 Jun 2015 02:37:57 +0200

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 <address@hidden>
Cc: Michael S. Tsirkin <address@hidden>
Cc: Markus Armbruster <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]