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(a)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