]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: implement virDomainGetJobStats
authorJoao Martins <joao.m.martins@oracle.com>
Fri, 13 Nov 2015 13:14:48 +0000 (13:14 +0000)
committerJim Fehlig <jfehlig@suse.com>
Tue, 15 Dec 2015 22:21:38 +0000 (15:21 -0700)
commitb7b439196c11156a1691a72264538a8bde0605fa
treea6999db9ffdcad48bbafb047e42e7d54f7d04814
parentad716651041e84281767083b3af27396c0f66c07
libxl: implement virDomainGetJobStats

Introduces support for domainGetJobStats which has the same
info as domainGetJobInfo but in a slightly different format.
Another difference is that virDomainGetJobStats can also
retrieve info on the most recently completed job. Though so
far this is only used in the source node to know if the
migration has been completed. But because we don't support
completed jobs we will deliver an error.

Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
src/libxl/libxl_driver.c