Re: [Qemu-devel] [v3 03/13] migration: Add the framework of muti-thread decompression

2015-01-23 Thread Eric Blake
On 12/11/2014 06:28 PM, Liang Li wrote: In addition to David's catches: s/muti/multi/ in the subject line. Commit message feels sparse - is the one subject line really all we need to know about this framework? > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > arch_init.c

Re: [Qemu-devel] [v3 03/13] migration: Add the framework of muti-thread decompression

2015-01-23 Thread Dr. David Alan Gilbert
* Liang Li (liang.z...@intel.com) wrote: > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > arch_init.c | 70 > +++ > include/migration/migration.h | 4 +++ > migration.c | 15 ++ > 3 files changed,

[Qemu-devel] [v3 03/13] migration: Add the framework of muti-thread decompression

2014-12-11 Thread Liang Li
Signed-off-by: Liang Li Signed-off-by: Yang Zhang --- arch_init.c | 70 +++ include/migration/migration.h | 4 +++ migration.c | 15 ++ 3 files changed, 89 insertions(+) diff --git a/arch_init.c b/arch_init.c i