diff options
author | Corentin Chary <corentincj@iksaif.net> | 2010-07-07 20:57:51 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-07-26 17:23:53 -0500 |
commit | 6f9c78c1499bd2fb3c31bf87d9b7c1b10c188dfb (patch) | |
tree | d08a73581753bfaaedc66f3ab3253d7955ee33de /qemu-options.hx | |
parent | 2f24e2ed1160b252225bfa6169d552ef955eaaef (diff) | |
download | qemu-6f9c78c1499bd2fb3c31bf87d9b7c1b10c188dfb.zip |
vnc: add lossy option
The lossy option can be used to enable lossy compression
methods like gradient or jpeg. This patch disable them by
default.
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 0d7dd90710..40cee704ea 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -835,6 +835,13 @@ empty, with a @code{deny} policy. Thus no one will be allowed to use the VNC server until the ACLs have been loaded. This can be achieved using the @code{acl} monitor command. +@item lossy + +Enable lossy compression methods (gradient, JPEG, ...). If this +option is set, VNC client may receive lossy framebuffer updates +depending on its encoding settings. Enabling this option can save +a lot of bandwidth at the expense of quality. + @end table ETEXI |