From cacaab8bdd74608361a488aac600d609dafd53e5 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 22 Nov 2012 12:08:22 +0100 Subject: apci: switch ich9 to memory api Signed-off-by: Gerd Hoffmann --- hw/acpi_ich9.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/acpi_ich9.h') diff --git a/hw/acpi_ich9.h b/hw/acpi_ich9.h index 180c406..0a2ee6c 100644 --- a/hw/acpi_ich9.h +++ b/hw/acpi_ich9.h @@ -30,6 +30,7 @@ typedef struct ICH9LPCPMRegs { * PM1a_CNT_BLK = 2 in FADT so it is defined as uint16_t. */ ACPIREGS acpi_regs; + MemoryRegion io; uint32_t smi_en; uint32_t smi_sts; -- cgit v1.1