Re: [PATCH V4 09/14] migration: notifier error checking

2024-02-25 Thread Peter Xu
On Thu, Feb 22, 2024 at 09:28:35AM -0800, Steve Sistare wrote: > Check the status returned by migration notifiers for event type > MIG_EVENT_PRECOPY_SETUP, and report errors. None of the notifiers > return an error status at this time. > > Signed-off-by: Steve Sistare Reviewed-by: Peter Xu

[PATCH V4 09/14] migration: notifier error checking

2024-02-22 Thread Steve Sistare
Check the status returned by migration notifiers for event type MIG_EVENT_PRECOPY_SETUP, and report errors. None of the notifiers return an error status at this time. Signed-off-by: Steve Sistare --- include/migration/misc.h | 8 +++- migration/migration.c| 25