mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
gt64xxx: qdev conversion
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
cf154394bd
commit
c2dd2a2352
3 changed files with 71 additions and 52 deletions
|
@ -921,7 +921,7 @@ void mips_malta_init (ram_addr_t ram_size,
|
|||
i8259 = i8259_init(env->irq[2]);
|
||||
|
||||
/* Northbridge */
|
||||
pci_bus = pci_gt64120_init(i8259);
|
||||
pci_bus = gt64120_register(i8259);
|
||||
|
||||
/* Southbridge */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue