]> git.proxmox.com Git - mirror_qemu.git/commit
migration/postcopy: enable random order target page arrival
authorWei Yang <richardw.yang@linux.intel.com>
Thu, 7 Nov 2019 12:39:06 +0000 (20:39 +0800)
committerJuan Quintela <quintela@redhat.com>
Mon, 20 Jan 2020 08:10:23 +0000 (09:10 +0100)
commit91ba442f5c26eaf45e2f78fc7e40fe6a7fdf7b9d
tree180e5483180731fffed9293cfdce5db348c9ef80
parente5e73b0f90d0ac956782378b92897455e8104a7e
migration/postcopy: enable random order target page arrival

After using number of target page received to track one host page, we
could have the capability to handle random order target page arrival in
one host page.

This is a preparation for enabling compress during postcopy.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c