dcavalca / rpms / qemu

Forked from rpms/qemu a year ago
Clone

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

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