[libvirt] [PATCH 0/4] add 'virsh event' and friends

Eric Blake eblake at redhat.com
Sat Feb 15 00:21:37 UTC 2014


Inspired by my work on qemu monitor events; Dan correctly argued
that if we're going to expose those through virsh, we also need
to expose regular events.  Patch 5/4 still coming, which adds
handlers for the remaining 15 domain event types.

Eric Blake (4):
  virsh: common code for parsing --seconds
  virsh: common code for waiting for an event
  virsh: add event command, for lifecycle events
  virsh: add net-event command

 tools/virsh-domain.c  | 410 +++++++++++++++++++++++++++++++++++++++++++-------
 tools/virsh-network.c | 171 ++++++++++++++++++++-
 tools/virsh.c         | 186 ++++++++++++++++++++++-
 tools/virsh.h         |  17 ++-
 tools/virsh.pod       |  30 ++++
 5 files changed, 752 insertions(+), 62 deletions(-)

-- 
1.8.5.3




More information about the libvir-list mailing list