[libvirt] [PATCH v2 0/7] Fix and enhance statistics of a completed job

Jiri Denemark jdenemar at redhat.com
Tue Mar 1 12:55:26 UTC 2016


Jiri Denemark (7):
  qemu: Store completed stats at the very end of migration
  qemu: Properly update completed migration stats
  qemu: Don't explicitly stop CPUs after migration
  qemu: Fix a race when computing migration downtime
  qemu: Do not report completed stats until the job finishes
  Introduce job completed event
  qemu: Add support for job completed event

 daemon/remote.c                  | 38 ++++++++++++++++++
 include/libvirt/libvirt-domain.h | 24 ++++++++++++
 src/conf/domain_event.c          | 85 +++++++++++++++++++++++++++++++++++++++-
 src/conf/domain_event.h          | 10 +++++
 src/libvirt-domain.c             |  4 +-
 src/libvirt_private.syms         |  2 +
 src/qemu/qemu_domain.c           | 24 ++++++++++++
 src/qemu/qemu_domain.h           |  4 ++
 src/qemu/qemu_driver.c           |  4 +-
 src/qemu/qemu_migration.c        | 74 ++++++++++++++++++++++------------
 src/qemu/qemu_process.c          | 20 +++++++---
 src/remote/remote_driver.c       | 42 ++++++++++++++++++++
 src/remote/remote_protocol.x     | 14 ++++++-
 src/remote_protocol-structs      |  9 +++++
 tools/virsh-domain.c             | 25 ++++++++++++
 15 files changed, 344 insertions(+), 35 deletions(-)

-- 
2.7.2




More information about the libvir-list mailing list