qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V2 0/3] Introduce COLO-compare


From: Zhang Chen
Subject: [Qemu-devel] [PATCH V2 0/3] Introduce COLO-compare
Date: Wed, 30 Mar 2016 16:35:47 +0800

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]