]> xenbits.xensource.com Git - libvirt.git/commit
Introduce job completed event
authorJiri Denemark <jdenemar@redhat.com>
Wed, 17 Feb 2016 20:20:11 +0000 (21:20 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 8 Mar 2016 15:26:00 +0000 (16:26 +0100)
commitf28930018173e4dd2ae32a8f242ea109fe7ed83e
treeb0cd056bbeb1e67c1f2c60e06d5013346fbcd17c
parenta2374edf08446c173a20d96d1b1a436883878c81
Introduce job completed event

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 on the source host.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
daemon/remote.c
include/libvirt/libvirt-domain.h
src/conf/domain_event.c
src/conf/domain_event.h
src/libvirt-domain.c
src/libvirt_private.syms
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs
tools/virsh-domain.c