qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 13/13] acpi: Don't include q35 and piix headers


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH 13/13] acpi: Don't include q35 and piix headers
Date: Wed, 2 Dec 2015 20:22:58 -0200

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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]