]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: notifier error checking
authorSteve Sistare <steven.sistare@oracle.com>
Thu, 22 Feb 2024 17:28:35 +0000 (09:28 -0800)
committerPeter Xu <peterx@redhat.com>
Wed, 28 Feb 2024 03:31:28 +0000 (11:31 +0800)
commit4af667f87c629b4439f93a0b116d7674aa0cb1ad
tree1ba10308075cf42af2731e39bf9ea2aae7bfc51b
parentbf78a046b917a92fa50a4c1b6631a3c4598d0235
migration: notifier error checking

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 <steven.sistare@oracle.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Link: https://lore.kernel.org/r/1708622920-68779-10-git-send-email-steven.sistare@oracle.com
Signed-off-by: Peter Xu <peterx@redhat.com>
include/migration/misc.h
migration/migration.c