From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2jTL-0004wM-K1 for qemu-devel@nongnu.org; Wed, 10 Jun 2015 13:07:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2jTG-00033s-NC for qemu-devel@nongnu.org; Wed, 10 Jun 2015 13:07:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2jTG-00033l-Hw for qemu-devel@nongnu.org; Wed, 10 Jun 2015 13:07:22 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 702157E for ; Wed, 10 Jun 2015 17:07:21 +0000 (UTC) From: Laszlo Ersek Date: Wed, 10 Jun 2015 19:07:09 +0200 Message-Id: <1433956033-11584-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/4] PXB tweaks and fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, lersek@redhat.com Cc: Marcel Apfelbaum , Markus Armbruster , "Michael S. Tsirkin" Version 2 of: http://thread.gmane.org/gmane.comp.emulators.qemu/342206/focus=342208 - Patches #1 and #2 have not been changed. - Patch #3 replaces #3 and #4 from v1. - Patch #4 addresses a separate issue, raised originally in bullet (7) of , and then discussed further in that thread. I'm Cc'ing Markus for this patch. Cc: Marcel Apfelbaum Cc: Michael S. Tsirkin Cc: Markus Armbruster Thanks Laszlo Laszlo Ersek (4): 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/pci-bridge: push down PXB in qtree in order to format PXB bus numer hw/pci-bridge/Makefile.objs | 1 + include/hw/pci/pci.h | 1 + hw/i386/acpi-build.c | 13 +-- .../{pci_bridge_dev.c => pci_basic_bridge_dev.c} | 128 ++++++--------------- hw/pci-bridge/pci_expander_bridge.c | 47 +++++++- 5 files changed, 84 insertions(+), 106 deletions(-) copy hw/pci-bridge/{pci_bridge_dev.c => pci_basic_bridge_dev.c} (35%) -- 1.8.3.1