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

2015-01-23 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 | 13 ++

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

2014-12-11 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 | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) di