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:
Yonit Halperin
2010-07-14 13:26:34 +03:00
committed by Gerd Hoffmann
parent c448e8552b
commit 9f04e09e36
3 changed files with 93 additions and 2 deletions

View File

@@ -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 */ }
},