diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-08-30 16:36:53 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-10-08 12:49:51 +0200 |
commit | 84a23f251fe85768338434040257bb96cf555de8 (patch) | |
tree | 79a936d6143b5e876d73513eaa649baf16d111e6 /qemu-options.hx | |
parent | 333b0eebcc8941b8453e837293eaa1191e967c25 (diff) |
spice: add misc config options
This patch adds a few more options to tweak spice server behavior.
The documentation update chunk has the details ;)
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 0410b90dce..9e38dfb775 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -728,6 +728,15 @@ Default is auto_glz. Configure wan image compression (lossy for slow links). Default is auto. +@item streaming-video=[off|all|filter] +Configure video stream detection. Default is filter. + +@item agent-mouse=[on|off] +Enable/disable passing mouse events via vdagent. Default is on. + +@item playback-compression=[on|off] +Enable/disable audio stream compression (using celt 0.5.1). Default is on. + @end table ETEXI |