From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDF3P-0007ub-Iq for qemu-devel@nongnu.org; Wed, 15 Jun 2016 13:56:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDF3K-0007vA-Lw for qemu-devel@nongnu.org; Wed, 15 Jun 2016 13:56:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDF3K-0007v4-Gd for qemu-devel@nongnu.org; Wed, 15 Jun 2016 13:56:34 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (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 F186665418 for ; Wed, 15 Jun 2016 17:56:33 +0000 (UTC) From: Markus Armbruster Date: Wed, 15 Jun 2016 19:56:29 +0200 Message-Id: <1466013391-16028-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 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 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