]> git.proxmox.com Git - mirror_qemu.git/commit
migration/ram.c: reset complete_round when we gets a queued page
authorWei Yang <richardw.yang@linux.intel.com>
Wed, 5 Jun 2019 01:08:28 +0000 (09:08 +0800)
committerJuan Quintela <quintela@redhat.com>
Mon, 15 Jul 2019 13:39:02 +0000 (15:39 +0200)
commit422314e751ba071ca92152a544c0656882e5acde
treeb3a8b78f680f3b7ab2c0be09d0ae2d8670ced655
parent77568ea7f845cefc5623f7d7fb75137b5e30b956
migration/ram.c: reset complete_round when we gets a queued page

In case we gets a queued page, the order of block is interrupted. We may
not rely on the complete_round flag to say we have already searched the
whole blocks on the list.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20190605010828.6969-1-richardw.yang@linux.intel.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c