Re: [Qemu-devel] [v3 08/13] migration: Add the core code of multi-thread compresion

2015-01-24 Thread Li, Liang Z
> > - > > +/* When starting the process of a new block, the first page of > > + * the block should be sent out before other pages in the same > > + * block, and all the pages in last block should have been sent > > + * out, keeping this order is important. > > Why? Is this just be

Re: [Qemu-devel] [v3 08/13] migration: Add the core code of multi-thread compresion

2015-01-23 Thread Dr. David Alan Gilbert
* Liang Li (liang.z...@intel.com) wrote: > At this point, multiple thread compression can't co-work with xbzrle. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > arch_init.c | 164 > +--- > 1 file changed, 157 insertions(+)

[Qemu-devel] [v3 08/13] migration: Add the core code of multi-thread compresion

2014-12-11 Thread Liang Li
At this point, multiple thread compression can't co-work with xbzrle. Signed-off-by: Liang Li Signed-off-by: Yang Zhang --- arch_init.c | 164 +--- 1 file changed, 157 insertions(+), 7 deletions(-) diff --git a/arch_init.c b/arch_init.c i