Skip to content
Snippets Groups Projects
Commit 9de225a1 authored by Xiaoyao Li's avatar Xiaoyao Li Committed by Richard Henderson
Browse files

sysemu: Cleanup qemu_run_machine_init_done_notifiers()


Remove qemu_run_machine_init_done_notifiers() since no implementation
and user.

Fixes: f66dc873 ("vl: move all generic initialization out of vl.c")
Signed-off-by: default avatarXiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220104024136.1433545-1-xiaoyao.li@intel.com>
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent f341b9aa
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ extern bool qemu_uuid_set;
void qemu_add_exit_notifier(Notifier *notify);
void qemu_remove_exit_notifier(Notifier *notify);
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment