Re: [Qemu-devel] [PATCH RFC v2 5/5] migration: add more error handling for postcopy_ram_enable_notify

2018-11-30 Thread Dr. David Alan Gilbert
* Fei Li (f...@suse.com) wrote: > 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 > Signed-off-by: Fei Li Reviewed-by: Dr. David Ala

[Qemu-devel] [PATCH RFC v2 5/5] migration: add more error handling for postcopy_ram_enable_notify

2018-11-29 Thread Fei Li
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 Signed-off-by: Fei Li --- migration/postcopy-ram.c | 1 + migration/savevm.c | 1 + 2