Re: [PATCH v5 02/50] multi-process: Refactor machine_init and exit notifiers

2020-03-29 Thread Marc-André Lureau
Hi On Mon, Feb 24, 2020 at 9:56 PM Jagannathan Raman wrote: > > Relocate machine_int and exit notifiers into common code utils/notify.c is not a good place to relocate those. eventually, add a new softmmu/notifiers.c ? And that patch broke make check test-char /char/mux, because it overrides m

[PATCH v5 02/50] multi-process: Refactor machine_init and exit notifiers

2020-02-24 Thread Jagannathan Raman
Relocate machine_int and exit notifiers into common code Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- include/sysemu/sysemu.h | 2 ++ softmmu/vl.c| 42 -- util/notify.c | 43