]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: format/parse/rng/docs for video <driver name='qemu|vhostuser'/>
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 23 Sep 2019 10:44:26 +0000 (14:44 +0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 24 Sep 2019 16:17:39 +0000 (12:17 -0400)
commitbc1e924cf0dea0c67353ca5c3b92529a318de179
treedc77e3447787ff9d775ca578e3357c6edd648b7d
parent58a76d45caffd4e65845f181d21f9e1c666cd07f
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>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/qemuxml2argvdata/virtio-options.xml