aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2019-01-04 15:30:06 +0100
committerJuan Quintela <quintela@redhat.com>2020-02-28 09:24:43 +0100
commit7ec2c2b3c1bc0c713b349b102413468b07336aab (patch)
tree278cde948c2dcf602a7be67c3ed560c4f61e5303 /hw
parent9004db48c080632aef2329c1ac154c448d7da276 (diff)
downloadqemu-7ec2c2b3c1bc0c713b349b102413468b07336aab.zip
qemu-7ec2c2b3c1bc0c713b349b102413468b07336aab.tar.gz
qemu-7ec2c2b3c1bc0c713b349b102413468b07336aab.tar.bz2
multifd: Add zlib compression multifd support
Signed-off-by: Juan Quintela <quintela@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/core/qdev-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/qdev-properties.c b/hw/core/qdev-properties.c
index fa7edac..db2a7ab 100644
--- a/hw/core/qdev-properties.c
+++ b/hw/core/qdev-properties.c
@@ -645,7 +645,7 @@ const PropertyInfo qdev_prop_fdc_drive_type = {
const PropertyInfo qdev_prop_multifd_compression = {
.name = "MultiFDCompression",
.description = "multifd_compression values, "
- "none",
+ "none/zlib",
.enum_table = &MultiFDCompression_lookup,
.get = get_enum,
.set = set_enum,