summaryrefslogtreecommitdiff
path: root/hw/acpi_ich9.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-11-22 13:43:17 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-12-04 13:52:43 +0100
commit76a7daf97458c55b8d8e6d4eadc5c46b16c705ce (patch)
tree7590636675b60b2902fb919aa57cfeb941790749 /hw/acpi_ich9.h
parenta0f95659da77c8818ebd146bb1546ad152d0833e (diff)
downloadqemu-76a7daf97458c55b8d8e6d4eadc5c46b16c705ce.tar.gz
qemu-76a7daf97458c55b8d8e6d4eadc5c46b16c705ce.tar.bz2
qemu-76a7daf97458c55b8d8e6d4eadc5c46b16c705ce.zip
apci: switch ich9 gpe to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/acpi_ich9.h')
-rw-r--r--hw/acpi_ich9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/acpi_ich9.h b/hw/acpi_ich9.h
index 0a2ee6c83d..f3b05d7229 100644
--- a/hw/acpi_ich9.h
+++ b/hw/acpi_ich9.h
@@ -31,6 +31,7 @@ typedef struct ICH9LPCPMRegs {
*/
ACPIREGS acpi_regs;
MemoryRegion io;
+ MemoryRegion io_gpe;
uint32_t smi_en;
uint32_t smi_sts;