]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuMigrationSetParams
authorJiri Denemark <jdenemar@redhat.com>
Mon, 20 Jun 2016 14:27:07 +0000 (16:27 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 22 Jun 2016 13:54:21 +0000 (15:54 +0200)
commit8d58952bedb8d00bc20604cb2a8a57fb4438532d
tree1facbcf907c88427f3decce2ce9df4f444ae672c
parentf6e12b40295b1601b9911f6ccb46e09bf8e47e85
qemu: Introduce qemuMigrationSetParams

Several places in the code update qemuMonitorMigrationParams structure
and qemuMigrationSetParams is then used to set them all at once.

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