On Mon, Jan 18, 2016 at 03:53:03PM +0100, Jiri Denemark wrote:
Jiri Denemark (2):
Introduce migration iteration event
qemu: Add support for migration iteration event
daemon/remote.c | 32 ++++++++++++++++++
include/libvirt/libvirt-domain.h | 22 +++++++++++++
src/conf/domain_event.c | 71 ++++++++++++++++++++++++++++++++++++++++
src/conf/domain_event.h | 8 +++++
src/libvirt_private.syms | 2 ++
src/qemu/qemu_monitor.c | 13 ++++++++
src/qemu/qemu_monitor.h | 8 +++++
src/qemu/qemu_monitor_json.c | 17 ++++++++++
src/qemu/qemu_process.c | 30 +++++++++++++++++
src/remote/remote_driver.c | 33 +++++++++++++++++++
src/remote/remote_protocol.x | 14 +++++++-
src/remote_protocol-structs | 6 ++++
tools/virsh-domain.c | 18 ++++++++++
13 files changed, 273 insertions(+), 1 deletion(-)
ACK series