mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-08 20:18:11 -05:00
conf: Add channel devices to domain capabilities
As qemu becomes more modularized, it is important for libvirt to advertise availability of the modularized functionality through capabilities. This change adds channel devices to domain capabilities, allowing clients such as virt-install to avoid using spicevmc channel devices when not supported by the target qemu. Signed-off-by: Jim Fehlig <jfehlig@suse.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -565,6 +565,30 @@ USB redirdev device capabilities are exposed under the ``redirdev`` element. For
|
||||
``bus``
|
||||
Options for the ``bus`` attribute of the ``<redirdev/>`` element.
|
||||
|
||||
Channel device
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
Channel device capabilities are exposed under the ``channel`` element. For instance:
|
||||
|
||||
::
|
||||
|
||||
<domainCapabilities>
|
||||
...
|
||||
<devices>
|
||||
<channel supported='yes'>
|
||||
<enum name='type'>
|
||||
<value>pty</value>
|
||||
<value>unix</value>
|
||||
<value>spicevmc</value>
|
||||
</enum>
|
||||
</channel
|
||||
...
|
||||
</devices>
|
||||
</domainCapabilities>
|
||||
|
||||
``type``
|
||||
Options for the ``type`` attribute of the ``<channel/>`` element.
|
||||
|
||||
Features
|
||||
~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user