On Wed, Apr 11, 2018 at 04:41:16PM +0200, Jiri Denemark wrote:
Migration capabilities are closely related to migration parameters
and
it makes sense to keep them in a single data structure. Similarly to
migration parameters the capabilities are all send to QEMU at once in
qemuMigrationParamsApply, all other APIs operate on the
qemuMigrationParams structure.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_migration.c | 100 ++++++-------------------------
src/qemu/qemu_migration.h | 7 ---
src/qemu/qemu_migration_params.c | 99 +++++++++++++++++++++++-------
src/qemu/qemu_migration_params.h | 11 ++++
4 files changed, 107 insertions(+), 110 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano