On Wed, Apr 11, 2018 at 04:41:30PM +0200, Jiri Denemark wrote:
Propagate the calls up the stack to the point where
qemuMigrationParamsFromFlags is called. The end goal achieved in the
following few patches is to merge compression parameters into the
general migration parameters code.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_driver.c | 21 ++++++++++++++++++---
src/qemu/qemu_migration.c | 25 +++++++------------------
src/qemu/qemu_migration.h | 1 +
3 files changed, 26 insertions(+), 21 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano