Paolo Bonzini wrote:
> On 07/05/2015 18:46, Juan Quintela wrote:
>> static CompressParam *comp_param;
>> static QemuThread *compress_threads;
>> +/* comp_done_cond is used to wake up the migration thread when
>> + * one of the compression threads has finished the compression.
>> + * comp_done_lo
On 07/05/2015 18:46, Juan Quintela wrote:
> static CompressParam *comp_param;
> static QemuThread *compress_threads;
> +/* comp_done_cond is used to wake up the migration thread when
> + * one of the compression threads has finished the compression.
> + * comp_done_lock is used to co-work with
From: 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
Reviewed-by: Juan Quintela
Signed-off-by: Juan Quintela
---
arch
From: 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
Reviewed-by: Juan Quintela
Signed-off-by: Juan Quintela
---
arch