From: Alon Levy Date: Tue, 20 Dec 2011 11:05:18 +0000 (+0200) Subject: qemu-options.hx: fix tls-channel help text X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d70d6b31091ab522ce793a52559e3dd9f9913b32;p=qemu.git qemu-options.hx: fix tls-channel help text 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 Acked-by: Gerd Hoffmann Signed-off-by: Alon Levy Signed-off-by: Stefan Hajnoczi --- diff --git a/qemu-options.hx b/qemu-options.hx index a60191f6a4..3c3bda8896 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= 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] +@item 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