qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sysemu: Cleanup qemu_run_machine_init_done_notifiers()
@ 2022-01-04  2:41 Xiaoyao Li
  2022-01-04  9:38 ` Philippe Mathieu-Daudé
  2022-01-04 23:34 ` Richard Henderson
  0 siblings, 2 replies; 3+ messages in thread
From: Xiaoyao Li @ 2022-01-04  2:41 UTC (permalink / raw)
  To: Michael Tokarev, Richard Henderson, Paolo Bonzini; +Cc: Xiaoyao Li, qemu-devel

Remove qemu_run_machine_init_done_notifiers() since no implementation
and user.

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
---
 include/sysemu/sysemu.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index 8fae667172ac..b9421e03ffdd 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -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);
 
-- 
2.27.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-04 23:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-04  2:41 [PATCH] sysemu: Cleanup qemu_run_machine_init_done_notifiers() Xiaoyao Li
2022-01-04  9:38 ` Philippe Mathieu-Daudé
2022-01-04 23:34 ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).