From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z11Ju-0007BE-0N for qemu-devel@nongnu.org; Fri, 05 Jun 2015 19:46:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z11Jq-0000d4-RL for qemu-devel@nongnu.org; Fri, 05 Jun 2015 19:46:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z11Jq-0000cG-MO for qemu-devel@nongnu.org; Fri, 05 Jun 2015 19:46:34 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 3D94A2C9C2A for ; Fri, 5 Jun 2015 23:46:34 +0000 (UTC) From: Laszlo Ersek Date: Sat, 6 Jun 2015 01:46:25 +0200 Message-Id: <1433547989-7238-1-git-send-email-lersek@redhat.com> In-Reply-To: <5572347E.1030105@redhat.com> References: <5572347E.1030105@redhat.com> Subject: [Qemu-devel] [PATCH 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 , "Michael S. Tsirkin" I've come across these issues while working on the OVMF patch series. Cc: Marcel Apfelbaum Cc: Michael S. Tsirkin 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: allow the caller of pci_bar_address() to ignore command register i386/acpi-build: build_crs(): fetch BAR from PCI config space directly include/hw/pci/pci.h | 2 ++ hw/i386/acpi-build.c | 17 ++++++++--------- hw/pci/pci.c | 18 +++++++++++------- 3 files changed, 21 insertions(+), 16 deletions(-) -- 1.8.3.1