commit | 362ba4e3ee801e8f5e28d72d0009547384222927 | [log] [tgz] |
---|---|---|
author | Liang Li <liang.z.li@intel.com> | Fri May 08 02:31:22 2015 +0800 |
committer | Juan Quintela <quintela@redhat.com> | Thu May 07 18:31:54 2015 +0200 |
tree | 84678cfdd3692484aeb59375e002bb9f32bef10a | |
parent | 27ff42e29a1d12e9d9dbc473bbca36a50baf278b [diff] |
migration: Fix migration state update issue If live migration is very fast and can be completed in 1 second, the dirty_sync_count of MigrationState will not be updated. Then you will see "dirty sync count: 0" in qemu monitor even if the actual dirty sync count is not 0. Signed-off-by: Liang Li <liang.z.li@intel.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr.David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>