Re: [Qemu-devel] [v5 05/12] arch_init: Alloc and free data struct for compression

2015-02-12 Thread Juan Quintela
Li, Liang Z liang.z...@intel.com wrote: Hi Juan, Have you reviewed the 04 patch of the patch series? I didn't see the reply email. It is ok, going to put the review-by Liang -Original Message- From: Juan Quintela [mailto:quint...@redhat.com] Sent: Wednesday, February 11,

Re: [Qemu-devel] [v5 05/12] arch_init: Alloc and free data struct for compression

2015-02-11 Thread Juan Quintela
Liang Li liang.z...@intel.com wrote: Define the data structure and variables used to do multiple thread compression, 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 Gilbert

Re: [Qemu-devel] [v5 05/12] arch_init: Alloc and free data struct for compression

2015-02-11 Thread Li, Liang Z
Hi Juan, Have you reviewed the 04 patch of the patch series? I didn't see the reply email. Liang -Original Message- From: Juan Quintela [mailto:quint...@redhat.com] Sent: Wednesday, February 11, 2015 5:03 PM To: Li, Liang Z Cc: qemu-devel@nongnu.org; ebl...@redhat.com;

[Qemu-devel] [v5 05/12] arch_init: Alloc and free data struct for compression

2015-02-10 Thread Liang Li
Define the data structure and variables used to do multiple thread compression, 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 Gilbert dgilb...@redhat.com --- arch_init.c | 34