]> git.proxmox.com Git - mirror_qemu.git/commit - migration/savevm.c
migration: Route errors up through vmstate_save
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 25 Sep 2017 11:29:16 +0000 (12:29 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 27 Sep 2017 10:41:03 +0000 (11:41 +0100)
commit687433f61173a9ed80609f16f8bc4b9255bd815c
treeb2f789e504e30364f9dc23ae98b5dd94ed352f97
parentf3cadd39c4489d539ea0e17169cfcf2126ed3d50
migration: Route errors up through vmstate_save

Route the errors from vsmtate_save_state back up through
vmstate_save and out to the normal device state path.
That's the normal error path done.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20170925112917.21340-6-dgilbert@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/savevm.c