mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
PL031 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
a558046625
commit
a63bdb3102
5 changed files with 16 additions and 14 deletions
|
@ -104,7 +104,7 @@ static void realview_init(ram_addr_t ram_size,
|
|||
}
|
||||
pl181_init(0x10005000, drives_table[index].bdrv, pic[17], pic[18]);
|
||||
|
||||
pl031_init(0x10017000, pic[10]);
|
||||
sysbus_create_simple("pl031", 0x10017000, pic[10]);
|
||||
|
||||
pci_bus = pci_vpb_init(pic, 48, 1);
|
||||
if (usb_enabled) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue