Re: [Qemu-devel] [v4 09/13] migration: Make compression co-work with xbzrle

2015-02-06 Thread Dr. David Alan Gilbert
* Liang Li (liang.z...@intel.com) wrote: > Now, multiple thread compression can co-work with xbzrle. when > xbzrle is on, multiple thread compression will only work at the > first round of RAM data sync. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > arch_init.c | 11 ++

[Qemu-devel] [v4 09/13] migration: Make compression co-work with xbzrle

2015-02-02 Thread Liang Li
Now, multiple thread compression can co-work with xbzrle. when xbzrle is on, multiple thread compression will only work at the first round of RAM data sync. Signed-off-by: Liang Li Signed-off-by: Yang Zhang --- arch_init.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff