]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Drop qemuMonitorGetMigrationCapability
authorJiri Denemark <jdenemar@redhat.com>
Tue, 17 Oct 2017 20:01:01 +0000 (22:01 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 20 Oct 2017 11:37:03 +0000 (13:37 +0200)
commit38b0e4f58fcf6315eaaebce6667ddefe24842645
treeec7353feb7beab930f601366323fb582ef0aee1c
parent310287b1c94d337cbbb8e6c7bb0d3100752272e6
qemu: Drop qemuMonitorGetMigrationCapability

The only remaining user of qemuMonitorGetMigrationCapability is our test
suite. Let's replace qemuMonitorGetMigrationCapability with
qemuMonitorGetMigrationCapabilities there and drop the unused function.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
tests/qemumonitorjsontest.c