mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
q35: update lpc pci config space according to configured devices
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
c177684c75
commit
3f5bc9e8af
3 changed files with 30 additions and 12 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue