]> xenbits.xensource.com Git - libvirt.git/commitdiff
doc: Explicitly specify how to override spice channel mode
authorPeter Krempa <pkrempa@redhat.com>
Mon, 21 Jul 2014 15:12:51 +0000 (17:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 21 Jul 2014 15:20:33 +0000 (17:20 +0200)
Be more clear that the "<channel mode=" attribute overrides the default
set by "defaultMode".

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1033704

docs/formatdomain.html.in

index bb6f710692abd00338f7c6332e52329114b534db..89509592ea2e03a5e613ca4791c7013f99585883 100644 (file)
@@ -4191,7 +4191,13 @@ qemu-kvm -net nic,model=? /dev/null
               configured, it can be desirable to restrict what
               channels can be run on each port.  This is achieved by
               adding one or more &lt;channel&gt; elements inside the
-              main &lt;graphics&gt; element. Valid channel names
+              main &lt;graphics&gt; element and setting the <code>mode</code>
+              attribute to either <code>secure</code> or <code>insecure</code>.
+              Setting the mode attribute overrides the default value as set
+              by the <code>defaultMode</code> attribute. (Note that specifying
+              <code>any</code> as mode discards the entry as the channel would
+              inherit the default mode anyways)
+              Valid channel names
               include <code>main</code>, <code>display</code>,
               <code>inputs</code>, <code>cursor</code>,
               <code>playback</code>, <code>record</code>