Peter Xu <pet...@redhat.com> wrote: > The major work for migration iterations are to move RAM/block/... data > via qemu_savevm_state_iterate(). Generalize those part into a single > function. > > Signed-off-by: Peter Xu <pet...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> I am not fan of having to add yet another state enumeration, but I can think of a clearer way of doing it, so the reviewed-by. Thanks, Juan.