[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 3/4] qemu-options.hx: correct spice options streaming
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PULL 3/4] qemu-options.hx: correct spice options streaming-video default document value to 'off' |
Date: |
Tue, 13 Sep 2016 09:06:53 +0200 |
From: Li Zhijian <address@hidden>
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 <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>
---
qemu-options.hx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index a71aaf8..70dfe98 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.
--
1.8.3.1
- [Qemu-devel] [PULL 0/4] ui: misc small fixes for vnc, spice and curses., Gerd Hoffmann, 2016/09/13
- [Qemu-devel] [PULL 2/4] ui/curses.c: Clean up nextchr logic, Gerd Hoffmann, 2016/09/13
- [Qemu-devel] [PULL 1/4] ui/curses.c: Ensure we don't read off the end of curses2qemu array, Gerd Hoffmann, 2016/09/13
- [Qemu-devel] [PULL 3/4] qemu-options.hx: correct spice options streaming-video default document value to 'off',
Gerd Hoffmann <=
- [Qemu-devel] [PULL 4/4] vnc: fix qemu crash because of SIGSEGV, Gerd Hoffmann, 2016/09/13
- Re: [Qemu-devel] [PULL 0/4] ui: misc small fixes for vnc, spice and curses., Peter Maydell, 2016/09/13