From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4Ucq-0004zk-7s for qemu-devel@nongnu.org; Thu, 03 Dec 2015 09:12:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4Ucp-0007Us-EE for qemu-devel@nongnu.org; Thu, 03 Dec 2015 09:12:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4Ucp-0007Uf-8s for qemu-devel@nongnu.org; Thu, 03 Dec 2015 09:12:47 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id D6DB4C0B020F for ; Thu, 3 Dec 2015 14:12:46 +0000 (UTC) From: Eduardo Habkost Date: Wed, 2 Dec 2015 20:22:58 -0200 Message-Id: <1449094978-22986-14-git-send-email-ehabkost@redhat.com> In-Reply-To: <1449094978-22986-1-git-send-email-ehabkost@redhat.com> References: <1449094978-22986-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 13/13] acpi: Don't include q35 and piix headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Igor Mammedov , Marcel Apfelbaum , "Michael S. Tsirkin" The ACPI code doesn't need to include q35 and piix headers anymore, as the code is generic have no piix-specific or q35-specific parts. Signed-off-by: Eduardo Habkost --- hw/i386/acpi-build.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index 048967e..d27ea67 100644 --- a/hw/i386/acpi-build.c +++ b/hw/i386/acpi-build.c @@ -28,6 +28,9 @@ #include "qemu/osdep.h" #include "qemu/error-report.h" #include "hw/pci/pci.h" +#include "hw/pci/pci_bridge.h" +#include "hw/pci/pci_host.h" +#include "hw/pci/pcie_host.h" #include "qom/cpu.h" #include "hw/i386/pc.h" #include "target-i386/cpu.h" @@ -43,12 +46,9 @@ #include "hw/acpi/tpm.h" #include "sysemu/tpm_backend.h" -/* Supported chipsets: */ -#include "hw/acpi/piix4.h" +#include "hw/acpi/pc-hotplug.h" #include "hw/acpi/pcihp.h" -#include "hw/i386/ich9.h" #include "hw/pci/pci_bus.h" -#include "hw/pci-host/q35.h" #include "hw/i386/intel_iommu.h" #include "hw/acpi/aml-build.h" -- 2.1.0