mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
vl: extract machine done notifiers
Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2c65db5e58
commit
6b21670cfd
3 changed files with 25 additions and 24 deletions
|
@ -18,6 +18,7 @@ void qemu_remove_exit_notifier(Notifier *notify);
|
|||
|
||||
extern bool machine_init_done;
|
||||
|
||||
void qemu_run_machine_init_done_notifiers(void);
|
||||
void qemu_add_machine_init_done_notifier(Notifier *notify);
|
||||
void qemu_remove_machine_init_done_notifier(Notifier *notify);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue