[libvirt] [PATCH v2 01/22] conf: Introduce per-domain condition variable

Peter Krempa pkrempa at redhat.com
Tue Jun 9 14:15:05 UTC 2015


On Tue, Jun 02, 2015 at 14:34:06 +0200, Jiri Denemark wrote:
> Complex jobs, such as migration, need to monitor several events at once,
> which is impossible when each of the event uses its own condition
> variable. This patch adds a single condition variable to each domain
> object. This variable can be used instead of the other event specific
> conditions.
> 
> Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
> ---
> 
> Notes:
>     Version 2:
>     - new patch which replaces thread queues and conditions (patch 1
>       and 2 in version 1)
> 
>  src/conf/domain_conf.c   | 47 +++++++++++++++++++++++++++++++++++++++++++++++
>  src/conf/domain_conf.h   |  6 ++++++
>  src/libvirt_private.syms |  4 ++++
>  3 files changed, 57 insertions(+)
> 

ACK,

Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150609/ed0c3812/attachment-0001.sig>


More information about the libvir-list mailing list