savevm: Delete snapshots just created in case of error
commit2a909dc4301145489cb873a676cb60cbc5ca9c68
authorTuguoyi <tu.guoyi@h3c.com>
Tue, 8 Dec 2020 06:53:36 +0000 (8 14:53 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 18 Dec 2020 10:08:24 +0000 (18 10:08 +0000)
treed8b4866ce8047fb3e45505b5e315e506e76c9436
parent80ef0586d36a49ada917ac4e775a3c3574c9713e
savevm: Delete snapshots just created in case of error

bdrv_all_create_snapshot() can fails with some snapshots created,
so it's better to delete those snapshots before returns to the caller

Signed-off-by: Tuguoyi <tu.guoyi@h3c.com>
Message-Id: <1607410416-13563-3-git-send-email-tu.guoyi@h3c.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/savevm.c