qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 05/16] arch_init: Alloc and free data struct for


From: Juan Quintela
Subject: Re: [Qemu-devel] [PULL 05/16] arch_init: Alloc and free data struct for compression
Date: Fri, 08 May 2015 10:23:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Paolo Bonzini <address@hidden> 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_lock is used to co-work with comp_done_cond.
>> + */
>> +static QemuMutex *comp_done_lock;
>> +static QemuCond *comp_done_cond;
>
> Can you please putr these (and the corresponding globals for
> decompression) in a struct?

Added to ToDo list if Liang don't de it first.

Later, Juan.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]