]> git.ipfire.org Git - thirdparty/qemu.git/commit
colo-compare: implement the process of checkpoint
authorZhang Chen <zhangckid@gmail.com>
Mon, 3 Sep 2018 04:38:43 +0000 (12:38 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 19 Oct 2018 03:15:03 +0000 (11:15 +0800)
commit0ffcece32519e85a2971cafdc421f4fd3107d766
treeb8d3e3e64b7333e961c1b1e3f0895713f313aca2
parent6214231abde01119d3084a67262d35e909bd9414
colo-compare: implement the process of checkpoint

While do checkpoint, we need to flush all the unhandled packets,
By using the filter notifier mechanism, we can easily to notify
every compare object to do this process, which runs inside
of compare threads as a coroutine.

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Signed-off-by: Zhang Chen <zhangckid@gmail.com>
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
include/migration/colo.h
net/colo-compare.c
net/colo-compare.h [new file with mode: 0644]