[libvirt] [PATCH 2/5] domaincaps: Report video modelType

Michal Privoznik mprivozn at redhat.com
Mon May 9 09:27:09 UTC 2016


On 08.05.2016 19:49, Cole Robinson wrote:
> 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
> ---
>  docs/formatdomaincaps.html.in                      | 29 ++++++++++++++++++++++
>  docs/schemas/domaincaps.rng                        |  8 ++++++
>  src/conf/domain_capabilities.c                     | 13 ++++++++++
>  src/conf/domain_capabilities.h                     | 10 ++++++++
>  src/qemu/qemu_capabilities.c                       | 23 +++++++++++++++++
>  tests/domaincapsschemadata/domaincaps-basic.xml    |  1 +
>  tests/domaincapsschemadata/domaincaps-full.xml     | 12 +++++++++
>  .../domaincaps-qemu_1.6.50-1.xml                   |  8 ++++++
>  .../domaincaps-qemu_2.6.0-1.xml                    |  9 +++++++
>  .../domaincaps-qemu_2.6.0-2.xml                    |  7 ++++++
>  .../domaincaps-qemu_2.6.0-3.xml                    |  7 ++++++
>  .../domaincaps-qemu_2.6.0-4.xml                    |  7 ++++++
>  .../domaincaps-qemu_2.6.0-5.xml                    |  7 ++++++
>  tests/domaincapstest.c                             |  4 +++
>  14 files changed, 145 insertions(+)

ACK

Michal




More information about the libvir-list mailing list