]> git.proxmox.com Git - mirror_qemu.git/commit
migration: add more error handling for postcopy_ram_enable_notify
authorFei Li <fli@suse.com>
Sun, 13 Jan 2019 14:08:48 +0000 (22:08 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 23 Jan 2019 15:02:07 +0000 (15:02 +0000)
commit91b02dc7507f13d81b23ef2d68c1a0673fe32a66
tree15027479356a9fcdcc7a298f19bd6b7b473830dd
parent1398b2e3fe2a1e4e85a3854885c949c7652d7b53
migration: add more error handling for postcopy_ram_enable_notify

Call postcopy_ram_incoming_cleanup() to do the cleanup when
postcopy_ram_enable_notify fails. Besides, report the error
message when qemu_ram_foreach_migratable_block() fails.

Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Fei Li <fli@suse.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20190113140849.38339-5-lifei1214@126.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/postcopy-ram.c
migration/savevm.c