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

2016-03-01 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

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

2016-03-07 Thread Peter Krempa
On Tue, Mar 01, 2016 at 13:55:32 +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