summaryrefslogtreecommitdiffstats
path: root/hw/i386
diff options
context:
space:
mode:
authorIgor Mammedov2018-02-28 15:23:50 +0100
committerMichael S. Tsirkin2018-03-13 22:09:50 +0100
commitf8eaef67a3946cd483cbb77c50cf2ded55c0ddde (patch)
treeb0df4d5870d46b36f2bd4eccaf8f1c08b01df5cb /hw/i386
parentacpi: add build_append_gas() helper for Generic Address Structure (diff)
downloadqemu-f8eaef67a3946cd483cbb77c50cf2ded55c0ddde.tar.gz
qemu-f8eaef67a3946cd483cbb77c50cf2ded55c0ddde.tar.xz
qemu-f8eaef67a3946cd483cbb77c50cf2ded55c0ddde.zip
acpi: move ACPI_PORT_SMI_CMD define to header it belongs to
ACPI_PORT_SMI_CMD is alias for APM_CNT_IOPORT, so make it really one instead of duplicating its value. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Tested-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386')
-rw-r--r--hw/i386/acpi-build.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
index b85fefe931..699f3a005f 100644
--- a/hw/i386/acpi-build.c
+++ b/hw/i386/acpi-build.c
@@ -255,8 +255,6 @@ static void acpi_get_pci_holes(Range *hole, Range *hole64)
NULL));
}
-#define ACPI_PORT_SMI_CMD 0x00b2 /* TODO: this is APM_CNT_IOPORT */
-
static void acpi_align_size(GArray *blob, unsigned align)
{
/* Align size to multiple of given size. This reduces the chance