mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
piolist: add owner argument to initialization functions and pass devices
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3cd2cf4375
commit
db10ca9057
10 changed files with 17 additions and 12 deletions
|
@ -653,7 +653,7 @@ static void ppc_prep_init(QEMUMachineInitArgs *args)
|
|||
|
||||
sysctrl->reset_irq = first_cpu->irq_inputs[PPC6xx_INPUT_HRESET];
|
||||
|
||||
portio_list_init(port_list, prep_portio_list, sysctrl, "prep");
|
||||
portio_list_init(port_list, NULL, prep_portio_list, sysctrl, "prep");
|
||||
portio_list_add(port_list, get_system_io(), 0x0);
|
||||
|
||||
/* PowerPC control and status register group */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue