diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-23 15:02:18 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-12-04 13:52:43 +0100 |
commit | 3f5bc9e8af8c9ee617b143e42ad4bd2feb379a19 (patch) | |
tree | 6c33e139b7bd1665b417fc44cdcf8646cd6ccfeb /hw/ich9.h | |
parent | c177684c753a0b1337acebb7dbc6f3f3a9700321 (diff) | |
download | qemu-3f5bc9e8af8c9ee617b143e42ad4bd2feb379a19.zip qemu-3f5bc9e8af8c9ee617b143e42ad4bd2feb379a19.tar.gz qemu-3f5bc9e8af8c9ee617b143e42ad4bd2feb379a19.tar.bz2 |
q35: update lpc pci config space according to configured devices
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/ich9.h')
-rw-r--r-- | hw/ich9.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ typedef struct ICH9LPCState { /* isa bus */ ISABus *isa_bus; MemoryRegion rbca_mem; + Notifier machine_ready; qemu_irq *pic; qemu_irq *ioapic; |