diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-22 13:51:35 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-12-04 13:52:43 +0100 |
commit | 10cc69b0de8e1756e6fbda4592c9d0ba3bce58fc (patch) | |
tree | 2cde697c9b87351342981061fac9d3d6e52fe1bf /hw/acpi_ich9.h | |
parent | 76a7daf97458c55b8d8e6d4eadc5c46b16c705ce (diff) |
apci: switch ich9 smi 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 f3b05d7229..bc221d3cbc 100644 --- a/hw/acpi_ich9.h +++ b/hw/acpi_ich9.h @@ -32,6 +32,7 @@ typedef struct ICH9LPCPMRegs { ACPIREGS acpi_regs; MemoryRegion io; MemoryRegion io_gpe; + MemoryRegion io_smi; uint32_t smi_en; uint32_t smi_sts; |