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

5544c1
From 589cb6a669e11e1ce4b077e8ba0fbb9fc8d5bd40 Mon Sep 17 00:00:00 2001
c8dfc6
From: Yonit Halperin <yhalperi@redhat.com>
c8dfc6
Date: Tue, 21 Aug 2012 13:54:20 +0300
5544c1
Subject: [PATCH] spice: increase the verbosity of spice section in "qemu
5544c1
 --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>
5544c1
(cherry picked from commit 27af778828db9aa893fa1de928744141e5de20e5)
5544c1
5544c1
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.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
-- 
5544c1
1.7.12.1
c8dfc6