]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Make xbzrle_cache_size a migration parameter
authorJuan Quintela <quintela@redhat.com>
Thu, 5 Oct 2017 19:30:10 +0000 (21:30 +0200)
committerJuan Quintela <quintela@redhat.com>
Sun, 29 Oct 2017 13:06:15 +0000 (14:06 +0100)
commit73af8dd8d75a3e1f13e6c5d2a509fa56eb406519
treee6bf9e86d603baca9bc4ef18483cf273388c63f1
parentc9dede2d482676440cb6e826ebe87450965fe679
migration: Make xbzrle_cache_size a migration parameter

Right now it is a variable in MigrationState instead of a
MigrationParameter.  The change allows to set it as the rest of the
Migration parameters, from the command line, with
query_migration_paramters, set_migrate_parameters, etc.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
hmp.c
migration/migration.c
migration/migration.h
migration/ram.c
qapi/migration.json