libvirt/tests/domaincapsschemadata
Jiri Denemark 14319c81a0 Show host model in domain capabilities
The domain capabilities XML is capable of showing whether each guest CPU
mode is supported or not with a possibility to provide additional
details. This patch enhances host-model capability to advertise the
exact CPU model which will be used as a host-model:

    <cpu>
        ...
        <mode name='host-model' supported='yes'>
            <model fallback='allow'>Broadwell</model>
            <vendor>Intel</vendor>
            <feature policy='disable' name='aes'/>
            <feature policy='require' name='vmx'/>
        </mode>
        ...
    </cpu>

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
2016-09-22 15:40:08 +02:00
..
basic.xml domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00
full.xml Show host model in domain capabilities 2016-09-22 15:40:08 +02:00
libxl-xenfv-usb.xml domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00
libxl-xenfv.xml domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00
libxl-xenpv-usb.xml domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00
libxl-xenpv.xml domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00
qemu_1.7.0.x86_64.xml Show host model in domain capabilities 2016-09-22 15:40:08 +02:00
qemu_2.6.0-gicv2-virt.aarch64.xml Show host model in domain capabilities 2016-09-22 15:40:08 +02:00
qemu_2.6.0-gicv3-virt.aarch64.xml Show host model in domain capabilities 2016-09-22 15:40:08 +02:00
qemu_2.6.0.aarch64.xml Show host model in domain capabilities 2016-09-22 15:40:08 +02:00
qemu_2.6.0.ppc64le.xml Show host model in domain capabilities 2016-09-22 15:40:08 +02:00
qemu_2.6.0.x86_64.xml Show host model in domain capabilities 2016-09-22 15:40:08 +02:00