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

2015-02-12 Thread Juan Quintela
"Li, Liang Z" 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, 2015 5:

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; a

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

2015-02-11 Thread Juan Quintela
Liang Li 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 > Signed-off-by: Yang Zhang > Reviewed-by: Dr.David Alan Gilbert Reviewed-by: Juan Quintela

[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 Signed-off-by: Yang Zhang Reviewed-by: Dr.David Alan Gilbert --- arch_init.c | 34 +- 1 file changed, 33 inserti