mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
multifd: Add zstd 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>
This commit is contained in:
parent
6a9ad15420
commit
87dc6f5f66
7 changed files with 355 additions and 3 deletions
|
@ -645,7 +645,7 @@ const PropertyInfo qdev_prop_fdc_drive_type = {
|
|||
const PropertyInfo qdev_prop_multifd_compression = {
|
||||
.name = "MultiFDCompression",
|
||||
.description = "multifd_compression values, "
|
||||
"none/zlib",
|
||||
"none/zlib/zstd",
|
||||
.enum_table = &MultiFDCompression_lookup,
|
||||
.get = get_enum,
|
||||
.set = set_enum,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue