[Qemu-devel] [PULL 1/6] migration: reorder code to make it symmetric

2016-02-26 Thread Amit Shah
From: Wei Yang In qemu_savevm_state_complete_precopy(), it iterates on each device to add a json object and transfer related status to destination, while the order of the last two steps could be refined. Current order: json_start_object() save_section_header() vmstate_save()

[Qemu-devel] [PULL 1/6] migration: reorder code to make it symmetric

2016-02-26 Thread Amit Shah
From: Wei Yang In qemu_savevm_state_complete_precopy(), it iterates on each device to add a json object and transfer related status to destination, while the order of the last two steps could be refined. Current order: json_start_object() save_section_header() vmstate_save()