diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-22 12:08:22 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-12-04 13:52:42 +0100 |
commit | cacaab8bdd74608361a488aac600d609dafd53e5 (patch) | |
tree | 45ef0f1d03dbb3cbaaaed47e16704b69456fdf4e /hw/acpi_ich9.h | |
parent | af11110bb83166473064389faa27e8c6703b2008 (diff) |
apci: switch ich9 to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/acpi_ich9.h')
-rw-r--r-- | hw/acpi_ich9.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/acpi_ich9.h b/hw/acpi_ich9.h index 180c40673b..0a2ee6c83d 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; |