]> Git Repo - qemu.git/commit
Reduce the time of checkpoint for COLO
authorRao, Lei <[email protected]>
Fri, 16 Oct 2020 05:52:01 +0000 (13:52 +0800)
committerJason Wang <[email protected]>
Wed, 11 Nov 2020 08:52:23 +0000 (16:52 +0800)
commitb70cb3b4854dc4d65c89a8f6704c0f1e9d900ac3
tree5c7ede1420aab70c64e696d6428a260f41b5be6a
parent33609e95b206788681263b76d6649a556d064e4d
Reduce the time of checkpoint for COLO

we should set ram_bulk_stage to false after ram_state_init,
otherwise the bitmap will be unused in migration_bitmap_find_dirty.
all pages in ram cache will be flushed to the ram of secondary guest
for each checkpoint.

Signed-off-by: Lei Rao <[email protected]>
Signed-off-by: Derek Su <[email protected]>
Signed-off-by: Zhang Chen <[email protected]>
Reviewed-by: Li Zhijian <[email protected]>
Reviewed-by: Zhang Chen <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
migration/ram.c
This page took 0.024258 seconds and 4 git commands to generate.