Re: [libvirt] [PATCH] bhyve: domain events support

2014-05-20 Thread Roman Bogorodskiy
Daniel P. Berrange wrote: > On Wed, Apr 23, 2014 at 07:50:09PM +0400, Roman Bogorodskiy wrote: > > Support events for these functions: > > > > - domainDefineXML > > - domainUndefine > > - domainCreate{WithFlags,XML} > > - domainDestroy > > --- > > src/bhyve/bhyve_driver.c | 88 > > +++

Re: [libvirt] [PATCH] bhyve: domain events support

2014-05-20 Thread Daniel P. Berrange
On Wed, Apr 23, 2014 at 07:50:09PM +0400, Roman Bogorodskiy wrote: > Support events for these functions: > > - domainDefineXML > - domainUndefine > - domainCreate{WithFlags,XML} > - domainDestroy > --- > src/bhyve/bhyve_driver.c | 88 > +++- > src/

Re: [libvirt] [PATCH] bhyve: domain events support

2014-05-09 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > 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' > - 'destro

[libvirt] [PATCH] bhyve: domain events support

2014-04-23 Thread Roman Bogorodskiy
Support events for these functions: - domainDefineXML - domainUndefine - domainCreate{WithFlags,XML} - domainDestroy --- src/bhyve/bhyve_driver.c | 88 +++- src/bhyve/bhyve_utils.h | 3 ++ 2 files changed, 90 insertions(+), 1 deletion(-) diff --g

[libvirt] [PATCH] bhyve: domain events support

2014-04-23 Thread Roman Bogorodskiy
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 'e