diff options
author | Li Zhijian <lizhijian@cn.fujitsu.com> | 2016-08-01 12:06:59 +0800 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-09-13 08:01:39 +0200 |
commit | 93ca519ec45cb26133da59d65575e839c62e9144 (patch) | |
tree | 0797373946f2c72ce5fcbfe13402afd151a24d64 /qemu-options.hx | |
parent | 99a9ef44dca4be93f60c38d83a79eaaf8c56548a (diff) | |
download | qemu-93ca519ec45cb26133da59d65575e839c62e9144.tar.gz qemu-93ca519ec45cb26133da59d65575e839c62e9144.tar.bz2 qemu-93ca519ec45cb26133da59d65575e839c62e9144.zip |
qemu-options.hx: correct spice options streaming-video default document value to 'off'
since f1d3e58, the code had changed the default value to 'off', so this patch
make document and code are consistent.
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Message-id: 1470024419-10886-1-git-send-email-lizhijian@cn.fujitsu.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index a71aaf8ea8..70dfe986a2 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1145,7 +1145,7 @@ Configure wan image compression (lossy for slow links). Default is auto. @item streaming-video=[off|all|filter] -Configure video stream detection. Default is filter. +Configure video stream detection. Default is off. @item agent-mouse=[on|off] Enable/disable passing mouse events via vdagent. Default is on. |