mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
domain_conf: add "usbredir" to list of valid spice channels
Add "usbredir" channel to list of recognized spice channels. RHBZ: 819498 Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
@@ -2938,9 +2938,11 @@ qemu-kvm -net nic,model=? /dev/null
|
||||
main <graphics> element. Valid channel names
|
||||
include <code>main</code>, <code>display</code>,
|
||||
<code>inputs</code>, <code>cursor</code>,
|
||||
<code>playback</code>, <code>record</code>;
|
||||
and <span class="since">since
|
||||
0.8.8</span>: <code>smartcard</code>.
|
||||
<code>playback</code>, <code>record</code>
|
||||
(all <span class="since"> since 0.8.6</span>);
|
||||
<code>smartcard</code> (<span class="since">since
|
||||
0.8.8</span>); and <code>usbredir</code>
|
||||
(<span class="since">since 0.9.12</span>).
|
||||
</p>
|
||||
<pre>
|
||||
<graphics type='spice' port='-1' tlsPort='-1' autoport='yes'>
|
||||
|
||||
@@ -1787,6 +1787,7 @@
|
||||
<value>playback</value>
|
||||
<value>record</value>
|
||||
<value>smartcard</value>
|
||||
<value>usbredir</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
<attribute name="mode">
|
||||
|
||||
Reference in New Issue
Block a user