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