* [Qemu-devel] [PATCH] qemu-options.hx: fix spice tls-channel
@ 2011-03-24 14:17 Alon Levy
0 siblings, 0 replies; only message in thread
From: Alon Levy @ 2011-03-24 14:17 UTC (permalink / raw)
To: qemu-devel
missing cursor and smartcard channels, and missing a note about
tunnel and smartcard channels not always being available.
---
qemu-options.hx | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index 540f5c2..ebd98af 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -695,7 +695,7 @@ DEF("spice", HAS_ARG, QEMU_OPTION_spice,
" [,disable-ticketing][,tls-port=<nr>][,x509-dir=<dir>]\n"
" [,x509-key-file=<file>][,x509-cert-file=<file>]\n"
" [,x509-dh-key-file=<file>][,tls-ciphers=<list>]\n"
-" [,tls-channel=main|display|inputs|record|playback|tunnel]\n"
+" [,tls-channel=main|display|cursor|inputs|record|playback|tunnel|smartcard]\n"
" [,image-compression=auto_glz|auto_lz|quic|glz|lz|off]\n"
" [,jpeg-wan-compression=auto|never|always]\n"
" [,streaming-video=off|all|filter]\n"
@@ -743,13 +743,15 @@ The x509 file names can also be configured individually.
@item tls-ciphers=<list>
Specify which ciphers to use.
-@item tls-channel=[main|display|inputs|record|playback|tunnel]
-@item plaintext-channel=[main|display|inputs|record|playback|tunnel]
+@item tls-channel=[main|display|cursor|inputs|record|playback|tunnel|smartcard]
+@item plaintext-channel=[main|display|cursor|inputs|record|playback|tunnel|smartcard]
Force specific channel to be used with or without TLS encryption. The
options can be specified multiple times to configure multiple
channels. The special name "default" can be used to set the default
mode. For channels which are not explicitly forced into one mode the
spice client is allowed to pick tls/plaintext as he pleases.
+Note: tunnel and smartcard are compile time options for the underlying spice
+server library, they may not exist in your distribution's default package.
@item image-compression=[auto_glz|auto_lz|quic|glz|lz|off]
Configure image compression (lossless).
--
1.7.4.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-24 14:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 14:17 [Qemu-devel] [PATCH] qemu-options.hx: fix spice tls-channel Alon Levy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).