mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 14:03:49 +03:00
doc: Explicitly specify how to override spice channel mode
Be more clear that the "<channel mode=" attribute overrides the default set by "defaultMode". Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1033704
This commit is contained in:
parent
6b1f9feccf
commit
bbfc826787
@ -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 <channel> elements inside the
|
||||
main <graphics> element. Valid channel names
|
||||
main <graphics> 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user