qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] qemu-options.hx: fix tls-channel help text


From: Alon Levy
Subject: [Qemu-devel] [PATCH] qemu-options.hx: fix tls-channel help text
Date: Tue, 20 Dec 2011 13:05:18 +0200

Remove the default compiled out tunnel channel, add the always available
cursor channel. Optimally the man page would depend on compiled in
options, but that's harder to do.

RHBZ: 688586

Signed-off-by: Alon Levy <address@hidden>
---
 qemu-options.hx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index a60191f..3c3bda8 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -857,8 +857,8 @@ The x509 file names can also be configured individually.
 @item tls-ciphers=<list>
 Specify which ciphers to use.
 
address@hidden tls-channel=[main|display|inputs|record|playback|tunnel]
address@hidden plaintext-channel=[main|display|inputs|record|playback|tunnel]
address@hidden tls-channel=[main|display|cursor|inputs|record|playback]
address@hidden plaintext-channel=[main|display|cursor|inputs|record|playback]
 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
-- 
1.7.8




reply via email to

[Prev in Thread] Current Thread [Next in Thread]