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

2015-06-09 Thread Peter Krempa
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

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

2015-06-02 Thread Jiri Denemark
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-o