[libvirt] [PATCH v4 0/5] Add support for migration event

Jiri Denemark jdenemar at redhat.com
Wed Jul 8 16:39:36 UTC 2015


The final version of migration event patches which got accepted upstream
had to be slightly modified -- the event is only emitted when "events"
migration capability is turned on (default is off). Thus a new patch had
to be added to libvirt. I'm resending all migration event patches for
context even though they haven't changed at all since they were ACKed.

Jiri Denemark (5):
  qemu_monitor: Wire up MIGRATION event
  qemu: Enable migration events on QMP monitor
  qemuDomainGetJobStatsInternal: Support migration events
  qemu: Update migration state according to MIGRATION event
  qemu: Wait for migration events on domain condition

 src/qemu/qemu_capabilities.c |  2 ++
 src/qemu/qemu_capabilities.h |  1 +
 src/qemu/qemu_domain.h       |  3 ++
 src/qemu/qemu_driver.c       | 27 ++++++++++++---
 src/qemu/qemu_migration.c    | 59 +++++++++++++++++++++++++++-----
 src/qemu/qemu_monitor.c      | 16 ++++++++-
 src/qemu/qemu_monitor.h      |  9 +++++
 src/qemu/qemu_monitor_json.c | 23 +++++++++++++
 src/qemu/qemu_process.c      | 80 +++++++++++++++++++++++++++++++++++++-------
 9 files changed, 195 insertions(+), 25 deletions(-)

-- 
2.4.5




More information about the libvir-list mailing list