]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuMonitor[JSON]QueryDump
authorJohn Ferlan <jferlan@redhat.com>
Mon, 20 Nov 2017 20:02:59 +0000 (15:02 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 6 Feb 2018 12:37:32 +0000 (07:37 -0500)
commit88c2360753026f26cb46293e4162f636e9b7752d
treebd0d39f005ea5bcfc660fabca219bf7515529e04
parent3455a7359ce35093b6443e6cd5ce636d628b0317
qemu: Introduce qemuMonitor[JSON]QueryDump

Add the query-dump API's in order to allow the dump-guest-memory
to be used to monitor progress. This will use the dump stats
extraction helper to fill a return buffer.

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h