]> xenbits.xensource.com Git - qemu-xen.git/commit
migration: Report the error returned when save_live_iterate fails
authorDavid Edmondson <david.edmondson@oracle.com>
Wed, 15 Dec 2021 14:14:37 +0000 (14:14 +0000)
committerJuan Quintela <quintela@redhat.com>
Fri, 28 Jan 2022 14:38:23 +0000 (15:38 +0100)
commit9200265838e5e6f43b1acdafb610d0a813b801c1
treefb4fec2ec188e0e3bb52acd9a1e40e3248616eec
parent01ee5e355620ab1cc356964472f89cfb89cddc6d
migration: Report the error returned when save_live_iterate fails

Should qemu_savevm_state_iterate() encounter a failure when calling a
particular save_live_iterate function, report the error code returned
by the function.

Signed-off-by: David Edmondson <david.edmondson@oracle.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/savevm.c