mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
apci: switch ich9 smi to memory api
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
76a7daf974
commit
10cc69b0de
2 changed files with 37 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue