On Wed, Apr 11, 2018 at 04:41:36PM +0200, Jiri Denemark wrote:
Since every parameter or capability set in qemuMigrationCompression
structure is now reflected in qemuMigrationParams structure, we can
replace qemuMigrationAnyCompressionDump with a new API which will work
on qemuMigrationParams.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_driver.c | 6 ++--
src/qemu/qemu_migration.c | 16 ++++------
src/qemu/qemu_migration.h | 1 -
src/qemu/qemu_migration_params.c | 52 ++++++++++++++------------------
src/qemu/qemu_migration_params.h | 10 +++---
5 files changed, 37 insertions(+), 48 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano