]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Make qemuMonitorSetMigrationCompression saner
authorJiri Denemark <jdenemar@redhat.com>
Mon, 20 Jun 2016 13:51:13 +0000 (15:51 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 22 Jun 2016 13:54:21 +0000 (15:54 +0200)
commit5a235947c29be138f907c64a0ded255faa1da6fd
tree0f13e34efaa6554d12c9a249b2ab65414289d403
parent0966f0d7e090899642ae35b2f1d551ac630382ec
qemu: Make qemuMonitorSetMigrationCompression saner

Checking whether the function has anything to do is better done in the
function rather then requiring callers to do that.

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