]> xenbits.xensource.com Git - libvirt.git/commit
conf: Introduce new video type 'none'
authorErik Skultety <eskultet@redhat.com>
Mon, 21 May 2018 12:29:26 +0000 (14:29 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 18 Jul 2018 16:23:51 +0000 (18:23 +0200)
commitd48813e81af798e3027edcc2f41be2630111ba65
tree40dcf5d0737258951a197d2f1e7e9fd9f90ef292
parent32b52ed838dd393b4249ddcb9d4b17f1deafbc2b
conf: Introduce new video type 'none'

Historically, we've always enabled an emulated video device every time we
see that graphics should be supported with a guest. With the appearance
of mediated devices which can support QEMU's vfio-display capability,
users might want to use such a device as the only video device.
Therefore introduce a new, effectively a 'disable', type for video
device.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Erik Skultety <eskultet@redhat.com>
14 files changed:
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain_address.c
tests/domaincapsschemadata/full.xml
tests/qemuxml2argvdata/video-invalid-multiple-devices.xml [new file with mode: 0644]
tests/qemuxml2argvdata/video-none-device.args [new file with mode: 0644]
tests/qemuxml2argvdata/video-none-device.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/video-none-device.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c