]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Hide qemuMigrationParamsSetCompression
authorJiri Denemark <jdenemar@redhat.com>
Mon, 12 Mar 2018 14:20:54 +0000 (15:20 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 17 Apr 2018 08:46:23 +0000 (10:46 +0200)
commitebd1e3ff1891ce3f35e709379345ed8bff7af4b9
treed3b4675517c212e05d75f8fec05115199c195910
parent4087d312d21e820a13d6f2a1fcb6f6be2b52eec0
qemu: Hide qemuMigrationParamsSetCompression

There's no need to call this API explicitly in the migration code. We
can pass the compression parameters to qemuMigrationParamsFromFlags and
it can internally call qemuMigrationParamsSetCompression to apply them
to the qemuMigrationParams structure.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h
src/qemu/qemu_migration_params.c
src/qemu/qemu_migration_params.h