Re: [PATCH 6/7] stubs: Split machine-init-done as machine-init and machine-notify

2020-04-23 Thread Marc-André Lureau
On Thu, Apr 23, 2020 at 10:22 PM Philippe Mathieu-Daudé wrote: > > As the machine notify handlers are only used in system emulation, > split the current file in two, and only build the notifier when > system emulation is used. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Marc-André

[PATCH 6/7] stubs: Split machine-init-done as machine-init and machine-notify

2020-04-23 Thread Philippe Mathieu-Daudé
As the machine notify handlers are only used in system emulation, split the current file in two, and only build the notifier when system emulation is used. Signed-off-by: Philippe Mathieu-Daudé --- stubs/machine-init.c| 4 stubs/{machine-init-done.c =>