On Wed, Apr 11, 2018 at 04:40:53PM +0200, Jiri Denemark wrote:
In the end, this will allow us to have most of the logic around
migration parameters and capabilities done in one place.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
po/POTFILES.in | 1 +
src/qemu/Makefile.inc.am | 2 +
src/qemu/qemu_driver.c | 1 +
src/qemu/qemu_migration.c | 421 +---------------------------
src/qemu/qemu_migration.h | 24 +-
src/qemu/qemu_migration_params.c | 454 +++++++++++++++++++++++++++++++
src/qemu/qemu_migration_params.h | 82 ++++++
src/qemu/qemu_process.c | 1 +
8 files changed, 550 insertions(+), 436 deletions(-)
create mode 100644 src/qemu/qemu_migration_params.c
create mode 100644 src/qemu/qemu_migration_params.h
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano