qemu/migration
Xiao Guangrong da3f56cb2e 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 <peterx@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Xiao Guangrong <xiaoguangrong@tencent.com>
Message-Id: <20180330075128.26919-11-xiaoguangrong@tencent.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
2018-04-25 18:04:14 +01:00
..
Makefile.objs
block-dirty-bitmap.c
block.c migration/block: compare only read blocks against the rate limiter 2018-03-23 16:45:18 +00:00
block.h
channel.c
channel.h
colo-comm.c
colo-failover.c
colo.c
exec.c
exec.h
fd.c
fd.h
global_state.c
migration.c migration: add postcopy total blocktime into query-migrate 2018-04-25 18:02:17 +01:00
migration.h migration: add postcopy total blocktime into query-migrate 2018-04-25 18:02:17 +01:00
page_cache.c
page_cache.h
postcopy-ram.c migration: add postcopy total blocktime into query-migrate 2018-04-25 18:02:17 +01:00
postcopy-ram.h
qemu-file-channel.c
qemu-file-channel.h
qemu-file.c migration: detect compression and decompression errors 2018-04-25 18:04:08 +01:00
qemu-file.h migration: stop compression to allocate and free memory frequently 2018-04-25 18:04:06 +01:00
qjson.c
qjson.h
ram.c migration: remove ram_save_compressed_page() 2018-04-25 18:04:14 +01:00
ram.h
rdma.c
rdma.h
savevm.c virtio,vhost,pci,pc: features, cleanups 2018-03-20 15:48:34 +00:00
savevm.h
socket.c migration: convert socket server to QIONetListener 2018-03-23 16:27:24 +00:00
socket.h
tls.c
tls.h
trace-events migration: add postcopy total blocktime into query-migrate 2018-04-25 18:02:17 +01:00
vmstate-types.c
vmstate.c
xbzrle.c
xbzrle.h