]> git.proxmox.com Git - qemu.git/commit
live migration: Propagate output monitor to callback handler
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 30 Nov 2009 17:21:21 +0000 (18:21 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 16:48:53 +0000 (10:48 -0600)
commitf327aa0c608b4bae3c93f0fbd0afcfdd9c9635bc
treec8a24861d58587a3b2107cb22fda348b2d746e00
parent82801d8f4f3fa7413647495d9823fb3144c31ddc
live migration: Propagate output monitor to callback handler

In order to allow proper progress reporting to the monitor that
initiated the migration, forward the monitor reference through the
migration layer down to SaveLiveStateHandler.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block-migration.c
hw/hw.h
migration-exec.c
migration-fd.c
migration-tcp.c
migration-unix.c
migration.c
migration.h
savevm.c
sysemu.h
vl.c