summaryrefslogtreecommitdiff
path: root/qemu-config.c
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2010-07-14 13:26:34 +0300
committerGerd Hoffmann <kraxel@redhat.com>2010-10-08 12:49:51 +0200
commit9f04e09e36e430dd57c69c88b0532e9dc5061a47 (patch)
tree9d596163d67acd26946c894ffb3a3c496cbbdaa6 /qemu-config.c
parentc448e8552b0f6135dabddf944a7110f929c08320 (diff)
downloadqemu-9f04e09e36e430dd57c69c88b0532e9dc5061a47.tar.gz
spice: make compression configurable.
This patch adds options to the -spice command line switch to configure image compression. [ v2: speling fix in the documentation ]
Diffstat (limited to 'qemu-config.c')
-rw-r--r--qemu-config.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu-config.c b/qemu-config.c
index 26748a5b7a..8b545b15f9 100644
--- a/qemu-config.c
+++ b/qemu-config.c
@@ -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 */ }
},