]> git.proxmox.com Git - mirror_qemu.git/commit
migration/postcopy: map large zero page in postcopy_ram_incoming_setup()
authorWei Yang <richardw.yang@linux.intel.com>
Sat, 5 Oct 2019 13:50:21 +0000 (21:50 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 11 Oct 2019 13:28:49 +0000 (14:28 +0100)
commit6629890d55e8faca765c7dba29c659ad7d9efae9
tree6fd1e1bd562dcc139fb6774f3af9c3ce0307bead
parent3414322a83be11b86166d2a53432615092bdcbb8
migration/postcopy: map large zero page in postcopy_ram_incoming_setup()

postcopy_ram_incoming_setup() and postcopy_ram_incoming_cleanup() are
counterpart. It is reasonable to map/unmap large zero page in these two
functions respectively.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Message-Id: <20191005135021.21721-3-richardw.yang@linux.intel.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/postcopy-ram.c