From 7ec2c2b3c1bc0c713b349b102413468b07336aab Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Fri, 4 Jan 2019 15:30:06 +0100 Subject: multifd: Add zlib compression multifd support Signed-off-by: Juan Quintela Acked-by: Markus Armbruster Reviewed-by: Dr. David Alan Gilbert --- hw/core/qdev-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') 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, -- cgit v1.1