All of lore.kernel.org
 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

* Re: [PATCH] sysemu: Cleanup qemu_run_machine_init_done_notifiers()
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-01-04  9:38 UTC (permalink / raw)
  To: Xiaoyao Li
  Cc: Richard Henderson, Michael Tokarev,
	qemu-devel@nongnu.org Developers, Paolo Bonzini

On Tue, Jan 4, 2022 at 3:41 AM Xiaoyao Li <xiaoyao.li@intel.com> wrote:
>
> Remove qemu_run_machine_init_done_notifiers() since no implementation
> and user.

Fixes: f66dc8737c9 ("vl: move all generic initialization out of vl.c")
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> 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	[flat|nested] 3+ messages in thread

* Re: [PATCH] sysemu: Cleanup qemu_run_machine_init_done_notifiers()
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2022-01-04 23:34 UTC (permalink / raw)
  To: Xiaoyao Li, Michael Tokarev, Paolo Bonzini; +Cc: qemu-devel

On 1/3/22 6:41 PM, Xiaoyao Li wrote:
> 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(-)

Queued to tcg-next.  Thanks.

r~


^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.