mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Merge remote branch 'mst/for_anthony' into staging
This commit is contained in:
commit
a7bd621d7a
16 changed files with 410 additions and 35 deletions
4
vl.c
4
vl.c
|
@ -3092,7 +3092,9 @@ int main(int argc, char **argv, char **envp)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
qemu_register_reset((void *)qbus_reset_all, sysbus_get_default());
|
||||
/* TODO: once all bus devices are qdevified, this should be done
|
||||
* when bus is created by qdev.c */
|
||||
qemu_register_reset(qbus_reset_all_fn, sysbus_get_default());
|
||||
qemu_run_machine_init_done_notifiers();
|
||||
|
||||
qemu_system_reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue