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

2015-02-06 Thread Dr. David Alan Gilbert
* Liang Li (liang.z...@intel.com) wrote: Add the code to create and destroy the multiple threads those will be used to do data decompression. Left some functions empty just to keep clearness, and the code will be added later. Reviewed-by: Dr. David Alan Gilbert dgilb...@redhat.com

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

2015-02-02 Thread Liang Li
Add the code to create and destroy the multiple threads those will be used to do data decompression. Left some functions empty just to keep clearness, and the code will be added later. Signed-off-by: Liang Li liang.z...@intel.com Signed-off-by: Yang Zhang yang.z.zh...@intel.com --- arch_init.c