From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3lrM-0007c1-UT for qemu-devel@nongnu.org; Sat, 13 Jun 2015 09:52:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3lrI-0002a6-V6 for qemu-devel@nongnu.org; Sat, 13 Jun 2015 09:52:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3lrI-0002a2-Pr for qemu-devel@nongnu.org; Sat, 13 Jun 2015 09:52:28 -0400 From: Laszlo Ersek Date: Sat, 13 Jun 2015 15:52:14 +0200 Message-Id: <1434203538-8075-1-git-send-email-lersek@redhat.com> In-Reply-To: <557C32AC.7030903@redhat.com> References: <557C32AC.7030903@redhat.com> Subject: [Qemu-devel] [PATCH v4 0/4] PXB changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, lersek@redhat.com Cc: Marcel Apfelbaum , Kevin O'Connor , Markus Armbruster , "Michael S. Tsirkin" 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 Cc: Michael S. Tsirkin Cc: Markus Armbruster Cc: Kevin O'Connor 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