Re: [libvirt] [PATCH 6/7] Introduce job completed event

2016-02-26 Thread Jiri Denemark
On Tue, Feb 23, 2016 at 16:41:45 +0100, Jiri Denemark wrote: > The VIR_DOMAIN_EVENT_ID_JOB_COMPLETED event will be triggered once a job > (such as migration) finishes and it will contain statistics for the job > as one would get by calling virDomainGetJobStats. Thanks to this event > it is now poss

[libvirt] [PATCH 6/7] Introduce job completed event

2016-02-23 Thread Jiri Denemark
The VIR_DOMAIN_EVENT_ID_JOB_COMPLETED event will be triggered once a job (such as migration) finishes and it will contain statistics for the job as one would get by calling virDomainGetJobStats. Thanks to this event it is now possible to get statistics of a completed migration of a transient domain