Re: [Qemu-devel] [RFC PATCH 2/9] jhash: add linux kernel jhashtable in qemu

2015-12-02 Thread Zhang Chen
Hi,Dave On 12/01/2015 07:23 PM, Dr. David Alan Gilbert wrote: * Zhang Chen (zhangchen.f...@cn.fujitsu.com) wrote: From: zhangchen This used by colo-proxy to save and lookup connection info Signed-off-by: zhangchen --- include/qemu/jhash.h | 52

Re: [Qemu-devel] [RFC PATCH 2/9] jhash: add linux kernel jhashtable in qemu

2015-12-01 Thread Dr. David Alan Gilbert
* Zhang Chen (zhangchen.f...@cn.fujitsu.com) wrote: > From: zhangchen > > This used by colo-proxy to save and lookup > connection info > > Signed-off-by: zhangchen > --- > include/qemu/jhash.h | 52 > > 1 file changed, 52 insertions(+) > c

[Qemu-devel] [RFC PATCH 2/9] jhash: add linux kernel jhashtable in qemu

2015-11-27 Thread Zhang Chen
From: zhangchen This used by colo-proxy to save and lookup connection info Signed-off-by: zhangchen --- include/qemu/jhash.h | 52 1 file changed, 52 insertions(+) create mode 100644 include/qemu/jhash.h diff --git a/include/qemu/jhash.h b