mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
isa: Pass i/o address space to isa_bus_new
Not used yet, but at least we're provided with the correct region. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
e11d64390b
commit
c2d0d01202
10 changed files with 21 additions and 16 deletions
|
@ -156,7 +156,7 @@ static void pc_init1(MemoryRegion *system_memory,
|
|||
} else {
|
||||
pci_bus = NULL;
|
||||
i440fx_state = NULL;
|
||||
isa_bus_new(NULL);
|
||||
isa_bus_new(NULL, system_io);
|
||||
no_hpet = 1;
|
||||
}
|
||||
isa_bus_irqs(isa_irq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue