diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2010-07-14 13:26:34 +0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-10-08 12:49:51 +0200 |
commit | 9f04e09e36e430dd57c69c88b0532e9dc5061a47 (patch) | |
tree | 9d596163d67acd26946c894ffb3a3c496cbbdaa6 /qemu-options.hx | |
parent | c448e8552b0f6135dabddf944a7110f929c08320 (diff) |
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-options.hx')
-rw-r--r-- | qemu-options.hx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 9d3f8ef529..b9edaaed4a 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -704,6 +704,15 @@ The x509 file names can also be configured individually. @item tls-ciphers=<list> Specify which ciphers to use. +@item image-compression=[auto_glz|auto_lz|quic|glz|lz|off] +Configure image compression (lossless). +Default is auto_glz. + +@item jpeg-wan-compression=[auto|never|always] +@item zlib-glz-wan-compression=[auto|never|always] +Configure wan image compression (lossy for slow links). +Default is auto. + @end table ETEXI |