]> xenbits.xensource.com Git - libvirt.git/commit
domaincaps: Report video modelType
authorCole Robinson <crobinso@redhat.com>
Sun, 8 May 2016 16:11:39 +0000 (12:11 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 9 May 2016 20:05:31 +0000 (16:05 -0400)
commit5ed235c68f9b5259f2a7fc8edaaad6b117d6fc8d
treebf2cb0ffb2f7e4764f77c3099f1c3ba6b577e60a
parent6da27ad1b57254447df1cdb68ea5409ad977e699
domaincaps: Report video modelType

Requires adding the plumbing for <device><video>
The value is <enum name='modelType'> to match the associated domain
XML of <video><model type='XXX'/>

Wire it up for qemu too
14 files changed:
docs/formatdomaincaps.html.in
docs/schemas/domaincaps.rng
src/conf/domain_capabilities.c
src/conf/domain_capabilities.h
src/qemu/qemu_capabilities.c
tests/domaincapsschemadata/domaincaps-basic.xml
tests/domaincapsschemadata/domaincaps-full.xml
tests/domaincapsschemadata/domaincaps-qemu_1.6.50-1.xml
tests/domaincapsschemadata/domaincaps-qemu_2.6.0-1.xml
tests/domaincapsschemadata/domaincaps-qemu_2.6.0-2.xml
tests/domaincapsschemadata/domaincaps-qemu_2.6.0-3.xml
tests/domaincapsschemadata/domaincaps-qemu_2.6.0-4.xml
tests/domaincapsschemadata/domaincaps-qemu_2.6.0-5.xml
tests/domaincapstest.c