[libvirt] [PATCH 0/3] Node device update lifecycle event as top level event

Jovanka Gulicoska jovanka.gulicoska at gmail.com
Thu Aug 11 15:15:22 UTC 2016


Introduce node device update lifecycle as top level event.
Series include API implementation, udev driver implementation,
event-test implementation and virsh nodedev-event changes.

Jovanka Gulicoska (3):
  Introduce node device update event as top level event
  virsh: nodedev-event update callback support
  event-test: add support node device update event API

 daemon/remote.c                     | 29 +++++++++++++++++
 examples/object-events/event-test.c | 12 +++++++
 include/libvirt/libvirt-nodedev.h   |  1 +
 src/conf/node_device_event.c        | 55 ++++++++++++++++++++++++++++++++
 src/conf/node_device_event.h        |  3 ++
 src/libvirt_private.syms            |  1 +
 src/node_device/node_device_udev.c  |  2 ++
 src/remote/remote_driver.c          | 30 ++++++++++++++++++
 src/remote/remote_protocol.x        | 13 +++++++-
 src/remote_protocol-structs         |  5 +++
 tools/virsh-nodedev.c               | 62 ++++++++++++++++++++++++++++++++-----
 11 files changed, 204 insertions(+), 9 deletions(-)

-- 
2.7.4




More information about the libvir-list mailing list