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

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

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

2015-02-10 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 Signed-off-by: Yang Zhang Reviewed-by: Dr.David Alan Gilbert --- arch_init.c