From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIwmG-0004bH-Vl for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:38:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIwmD-0003N2-PI for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:38:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIwmD-0003Mk-K2 for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:38:29 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E026CCF629 for ; Fri, 1 Jul 2016 11:38:28 +0000 (UTC) From: Markus Armbruster Date: Fri, 1 Jul 2016 13:38:24 +0200 Message-Id: <1467373106-29918-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] Clean up around the PCI holes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mst@redhat.com, imammedo@redhat.com, ehabkost@redhat.com, marcel@redhat.com, eblake@redhat.com Two weeks on list, two R-bys, time to merge. Michael, the orthodox route would be through your tree, but I can do a pull request myself if you're busy. v2: Trivially rebased Markus Armbruster (2): piix: Set I440FXState member pci_info.w32 in one place pc: Eliminate PcPciInfo hw/i386/acpi-build.c | 43 ++++++++++++++++++++++--------------------- hw/pci-host/piix.c | 12 +++++------- hw/pci-host/q35.c | 12 ++++++------ include/hw/i386/pc.h | 5 ----- include/hw/pci-host/q35.h | 2 +- 5 files changed, 34 insertions(+), 40 deletions(-) -- 2.5.5