mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
PPC: use memory API to construct the PCI hole
Avoid vga.chain4 mapping by constructing a PCI hole for upper 2G of the PCI space. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
3b7653ac48
commit
46f3069cba
4 changed files with 26 additions and 7 deletions
|
@ -207,8 +207,6 @@ static void ppc_heathrow_init (ram_addr_t ram_size,
|
|||
}
|
||||
}
|
||||
|
||||
isa_mem_base = 0x80000000;
|
||||
|
||||
/* Register 2 MB of ISA IO space */
|
||||
isa_mmio_init(0xfe000000, 0x00200000);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue