mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
conf: format/parse/rng/docs for video <driver name='qemu|vhostuser'/>
Accept a new driver name attribute to specify usage of helper process, ex:
<video>
<driver name='vhostuser'/>
<model type='virtio'/>
</video>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
committed by
Cole Robinson
parent
58a76d45ca
commit
bc1e924cf0
@@ -3565,6 +3565,14 @@
|
||||
<optional>
|
||||
<ref name="virtioOptions"/>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="name">
|
||||
<choice>
|
||||
<value>qemu</value>
|
||||
<value>vhostuser</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</optional>
|
||||
<optional>
|
||||
<attribute name="vgaconf">
|
||||
<choice>
|
||||
|
||||
Reference in New Issue
Block a user