]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Transfer migration statistics to destination
authorJiri Denemark <jdenemar@redhat.com>
Thu, 28 Aug 2014 12:06:10 +0000 (14:06 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 10 Sep 2014 07:37:34 +0000 (09:37 +0200)
commit5d6fb96338bb8fcb687e22afda2cd7db16b01165
tree6898461afa0d3fcff285b45c8e610d7ce92debb2
parent13f3c4639f5a3b1692e2f626dc02a6977e28412e
qemu: Transfer migration statistics to destination

When migrating a transient domain or with VIR_MIGRATE_UNDEFINE_SOURCE
flag, the domain may disappear from source host. And so will migration
statistics associated with the domain. We need to transfer the
statistics at the end of a migration so that they can be queried at the
destination host.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_migration.c