[libvirt] [PATCH] bhyve: domain events support

Roman Bogorodskiy bogorodskiy at gmail.com
Wed Apr 23 15:50:08 UTC 2014


Tested with a sequance of virsh commands like that:

 - Redefine already defined domain (bhyve) using 'define' command
 - 'undefine bhyve'
 - 'define /path/to/bhyve.xml'
 - 'start bhyve'
 - 'destroy bhyve'
 - 'start --file /path/to/bhyve.xml'
 - 'destroy bhyve'

This procudes list of events from 'event --all --loop':

event 'lifecycle' for domain bhyve: Defined Updated
event 'lifecycle' for domain bhyve: Undefined Removed
event 'lifecycle' for domain bhyve: Defined Added
event 'lifecycle' for domain bhyve: Started Booted
event 'lifecycle' for domain bhyve: Stopped Destroyed
event 'lifecycle' for domain bhyve: Started Booted
event 'lifecycle' for domain bhyve: Stopped Destroyed


Roman Bogorodskiy (1):
  bhyve: domain events support

 src/bhyve/bhyve_driver.c | 88 +++++++++++++++++++++++++++++++++++++++++++++++-
 src/bhyve/bhyve_utils.h  |  3 ++
 2 files changed, 90 insertions(+), 1 deletion(-)

-- 
1.9.0




More information about the libvir-list mailing list