[libvirt] [PATCHv2 0/6] server-side domain event filtering

Eric Blake eblake at redhat.com
Wed Jan 29 17:49:20 UTC 2014


v1 was here: https://www.redhat.com/archives/libvir-list/2014-January/msg00689.html

Since then, I've rebased it on top of this patch which still
needs review: https://www.redhat.com/archives/libvir-list/2014-January/msg01406.html

as well as added patch 6 so that we don't have to repeat the
exercise of adding a new RPC down the road.

Eric Blake (6):
  event: dynamically manage server-side RPC domain events
  event: server RPC protocol tweaks for domain lifecycle events
  event: prepare client to track domain callbackID
  event: client RPC protocol tweaks for domain lifecycle events
  event: convert remaining domain events to new style
  event: pass reason for PM events

 daemon/libvirtd.h               |   3 +-
 daemon/remote.c                 | 665 ++++++++++++++++++++++++++-------
 src/conf/domain_event.c         | 184 ++++++++--
 src/conf/domain_event.h         |  28 +-
 src/conf/network_event.c        |   6 +-
 src/conf/object_event.c         |  35 +-
 src/conf/object_event_private.h |   6 +-
 src/libvirt_internal.h          |   7 +-
 src/remote/remote_driver.c      | 796 ++++++++++++++++++++++++++++++++--------
 src/remote/remote_protocol.x    | 195 +++++++++-
 src/remote_protocol-structs     |  95 +++++
 11 files changed, 1679 insertions(+), 341 deletions(-)

-- 
1.8.5.3




More information about the libvir-list mailing list