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

2015-04-08 Thread Li, Liang Z
> > 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 > > Reviewed-by: Dr.David Alan Gilbert > > Reviewed-by: Juan Qui

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

2015-04-08 Thread Juan Quintela
Liang Li 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 > Reviewed-by: Dr.David Alan Gilbert Reviewed-by: Juan Quin

[Qemu-devel] [v7 09/14] migration: Make compression co-work with xbzrle

2015-04-07 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 Reviewed-by: Dr.David Alan Gilbert --- arch_init.c | 12 +++- 1 file changed, 1