Blame 0207-spice-increase-the-verbosity-of-spice-section-in-qem.patch

c8dfc6
From 54704702dbbb1d55f2aaecf5c837a583d9e209a5 Mon Sep 17 00:00:00 2001
c8dfc6
From: Yonit Halperin <yhalperi@redhat.com>
c8dfc6
Date: Tue, 21 Aug 2012 13:54:20 +0300
c8dfc6
Subject: [PATCH 207/215] spice: increase the verbosity of spice section in
c8dfc6
 "qemu --help"
c8dfc6
c8dfc6
Added all spice options to the help string. This can be used by libvirt
c8dfc6
to determine which spice related features are supported by qemu.
c8dfc6
c8dfc6
Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
c8dfc6
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
c8dfc6
---
c8dfc6
 qemu-options.hx | 18 +++++++++++++++++-
c8dfc6
 1 file changed, 17 insertions(+), 1 deletion(-)
c8dfc6
c8dfc6
diff --git a/qemu-options.hx b/qemu-options.hx
c8dfc6
index dd7aa63..1af4fec 100644
c8dfc6
--- a/qemu-options.hx
c8dfc6
+++ b/qemu-options.hx
c8dfc6
@@ -838,7 +838,23 @@ Enable SDL.
c8dfc6
 ETEXI
c8dfc6
 
c8dfc6
 DEF("spice", HAS_ARG, QEMU_OPTION_spice,
c8dfc6
-    "-spice <args>   enable spice\n", QEMU_ARCH_ALL)
c8dfc6
+    "-spice [port=port][,tls-port=secured-port][,x509-dir=<dir>]\n"
c8dfc6
+    "       [,x509-key-file=<file>][,x509-key-password=<file>]\n"
c8dfc6
+    "       [,x509-cert-file=<file>][,x509-cacert-file=<file>]\n"
c8dfc6
+    "       [,x509-dh-key-file=<file>][,addr=addr][,ipv4|ipv6]\n"
c8dfc6
+    "       [,tls-ciphers=<list>]\n"
c8dfc6
+    "       [,tls-channel=[main|display|cursor|inputs|record|playback]]\n"
c8dfc6
+    "       [,plaintext-channel=[main|display|cursor|inputs|record|playback]]\n"
c8dfc6
+    "       [,sasl][,password=<secret>][,disable-ticketing]\n"
c8dfc6
+    "       [,image-compression=[auto_glz|auto_lz|quic|glz|lz|off]]\n"
c8dfc6
+    "       [,jpeg-wan-compression=[auto|never|always]]\n"
c8dfc6
+    "       [,zlib-glz-wan-compression=[auto|never|always]]\n"
c8dfc6
+    "       [,streaming-video=[off|all|filter]][,disable-copy-paste]\n"
c8dfc6
+    "       [,agent-mouse=[on|off]][,playback-compression=[on|off]]\n"
c8dfc6
+    "       [,seamless-migration=[on|off]]\n"
c8dfc6
+    "   enable spice\n"
c8dfc6
+    "   at least one of {port, tls-port} is mandatory\n",
c8dfc6
+    QEMU_ARCH_ALL)
c8dfc6
 STEXI
c8dfc6
 @item -spice @var{option}[,@var{option}[,...]]
c8dfc6
 @findex -spice
c8dfc6
-- 
c8dfc6
1.7.12
c8dfc6