COLO-compare is a part of COLO project. It is used to compare the network package to help COLO decide whether to do checkpoint.
v2: - add jhash.h v1: - initial patch Zhang Chen (3): colo-compare: introduce colo compare initlization colo-compare: track connection and enqueue packet colo-compare: introduce packet comparison thread include/qemu/jhash.h | 59 ++++ net/Makefile.objs | 1 + net/colo-compare.c | 782 +++++++++++++++++++++++++++++++++++++++++++++++++++ vl.c | 3 +- 4 files changed, 844 insertions(+), 1 deletion(-) create mode 100644 include/qemu/jhash.h create mode 100644 net/colo-compare.c -- 1.9.1