]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Add support for postcopy-requests migration statistics
authorJiri Denemark <jdenemar@redhat.com>
Thu, 15 Nov 2018 14:25:46 +0000 (15:25 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 17 Dec 2018 15:16:30 +0000 (16:16 +0100)
commit3f4914e03ceb9c5c110888e15f52b668e435d9cc
treeb64abf538452e4f64d5d9151595ca12b4a0aebe6
parent07c9d6601d0b440acd13794b258bdcb570ae93f4
qemu: Add support for postcopy-requests migration statistics

QEMU can report how many times during post-copy migration the domain
running on the destination host tried to access a page which has not
been migrated yet.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
include/libvirt/libvirt-domain.h
src/qemu/qemu_domain.c
src/qemu/qemu_migration_cookie.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
tools/virsh-domain.c