Re: [Qemu-devel] [v4 06/13] arch_init: Add and free data struct for decompression

2015-02-06 Thread Dr. David Alan Gilbert
* Liang Li (liang.z...@intel.com) wrote: Define the data structure and variables used to do multiple thread decompression, and add the code to initialize and free them. Signed-off-by: Liang Li liang.z...@intel.com Signed-off-by: Yang Zhang yang.z.zh...@intel.com Reviewed-by: Dr. David Alan

[Qemu-devel] [v4 06/13] arch_init: Add and free data struct for decompression

2015-02-02 Thread Liang Li
Define the data structure and variables used to do multiple thread decompression, and add the code to initialize and free them. Signed-off-by: Liang Li liang.z...@intel.com Signed-off-by: Yang Zhang yang.z.zh...@intel.com --- arch_init.c | 13 - 1 file changed, 12 insertions(+), 1