diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-22 13:43:17 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-12-04 13:52:43 +0100 |
commit | 76a7daf97458c55b8d8e6d4eadc5c46b16c705ce (patch) | |
tree | 7590636675b60b2902fb919aa57cfeb941790749 /hw/acpi_ich9.h | |
parent | a0f95659da77c8818ebd146bb1546ad152d0833e (diff) | |
download | qemu-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.h | 1 |
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; |