]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Rename TLS related migration parameters
authorJiri Denemark <jdenemar@redhat.com>
Thu, 26 Oct 2017 18:11:47 +0000 (20:11 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 2 Nov 2017 21:14:20 +0000 (22:14 +0100)
commitaf1d2fe2705a7f3ee4334208903897b804f05cbb
tree7e683e5bbacd7794677ced3c0480b9acabc89e91
parent2384b6f019e6c3a03297856255a2e349e9174505
qemu: Rename TLS related migration parameters

The parameters used "migrate" prefix which is pretty redundant and
qemuMonitorMigrationParams structure is our internal representation of
QEMU migration parameters and it is supposed to use names which match
QEMU names.

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