]> git.proxmox.com Git - mirror_qemu.git/commit
migration: mode parameter
authorSteve Sistare <steven.sistare@oracle.com>
Wed, 25 Oct 2023 19:44:24 +0000 (12:44 -0700)
committerJuan Quintela <quintela@redhat.com>
Wed, 1 Nov 2023 15:13:58 +0000 (16:13 +0100)
commiteea1e5c9d6fac211cf3fe2d3d7f3be2bf767d421
tree0729072bb9fb9ea22f428fa0faca8a9dee050f86
parent3e5f3bcdc281fed483b5bbe72050b63d4b41abf5
migration: mode parameter

Create a mode migration parameter that can be used to select alternate
migration algorithms.  The default mode is normal, representing the
current migration algorithm, and does not need to be explicitly set.

No functional change until a new mode is added, except that the mode is
shown by the 'info migrate' command.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <1698263069-406971-2-git-send-email-steven.sistare@oracle.com>
hw/core/qdev-properties-system.c
include/hw/qdev-properties-system.h
include/migration/misc.h
migration/migration-hmp-cmds.c
migration/options.c
migration/options.h
qapi/migration.json