]> Git Repo - qemu.git/commit
migration/postcopy: reduce memset when it is zero page and matches_target_page_size
authorWei Yang <[email protected]>
Thu, 7 Nov 2019 12:39:02 +0000 (20:39 +0800)
committerJuan Quintela <[email protected]>
Mon, 20 Jan 2020 08:10:23 +0000 (09:10 +0100)
commit2e36bc1b884a6fc6bc626b13db4960773ad976f7
treeb1ef4cab7e96e144cadc87bd8a10acf147820a24
parente65cec5e5d97927d22b39167d3e8edeffc771788
migration/postcopy: reduce memset when it is zero page and matches_target_page_size

In this case, page_buffer content would not be used.

Skip this to save some time.

Signed-off-by: Wei Yang <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
migration/ram.c
This page took 0.02741 seconds and 4 git commands to generate.