]> Git Repo - qemu.git/commit
migration: remove ram_save_compressed_page()
authorXiao Guangrong <[email protected]>
Fri, 30 Mar 2018 07:51:28 +0000 (15:51 +0800)
committerDr. David Alan Gilbert <[email protected]>
Wed, 25 Apr 2018 17:04:14 +0000 (18:04 +0100)
commitda3f56cb2e767016d3f204837a77caf35b463f90
tree42c4c011809846a34e6204771cebf347e723e8d2
parent65dacaa04fa7e6104cbcee9251c7845355769a10
migration: remove ram_save_compressed_page()

Now, we can reuse the path in ram_save_page() to post the page out
as normal, then the only thing remained in ram_save_compressed_page()
is compression that we can move it out to the caller

Reviewed-by: Peter Xu <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Xiao Guangrong <[email protected]>
Message-Id: <20180330075128[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
migration/ram.c
This page took 0.022763 seconds and 4 git commands to generate.