mirror of
https://github.com/mii443/qemu.git
synced 2025-12-12 05:18:37 +00:00
spice: make compression configurable.
This patch adds options to the -spice command line switch to configure image compression. [ v2: speling fix in the documentation ]
This commit is contained in:
committed by
Gerd Hoffmann
parent
c448e8552b
commit
9f04e09e36
@@ -391,6 +391,15 @@ QemuOptsList qemu_spice_opts = {
|
||||
},{
|
||||
.name = "tls-ciphers",
|
||||
.type = QEMU_OPT_STRING,
|
||||
},{
|
||||
.name = "image-compression",
|
||||
.type = QEMU_OPT_STRING,
|
||||
},{
|
||||
.name = "jpeg-wan-compression",
|
||||
.type = QEMU_OPT_STRING,
|
||||
},{
|
||||
.name = "zlib-glz-wan-compression",
|
||||
.type = QEMU_OPT_STRING,
|
||||
},
|
||||
{ /* end if list */ }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user