> > -
> > +/* 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
* 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(+)
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