]> git.ipfire.org Git - thirdparty/qemu.git/commit
multifd: Add multifd-compression parameter
authorJuan Quintela <quintela@redhat.com>
Wed, 16 Jan 2019 09:35:55 +0000 (10:35 +0100)
committerJuan Quintela <quintela@redhat.com>
Fri, 28 Feb 2020 08:24:43 +0000 (09:24 +0100)
commit96eef04238f4bef63cc2beeef804701f9b60ea7d
tree7d937f2f587d3b3aaf79e92c28754dda216790ee
parent8b6b68e05b43f976714ca1d2afe01a64e1d82cba
multifd: Add multifd-compression parameter

This will store the compression method to use.  We start with none.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---

Rename multifd-method to multifd-compression
hw/core/qdev-properties.c
include/hw/qdev-properties.h
migration/migration.c
monitor/hmp-cmds.c
qapi/migration.json
tests/qtest/migration-test.c