libvirt/tests/domaincapsschemadata
Jiri Denemark 167280e7f6 domcaps: Add support for listing supported CPU models
The patch adds <cpu> element to domain capabilities XML:

    <cpu>
        <mode name='host-passthrough' supported='yes'/>
        <mode name='host-model' supported='yes'/>
        <mode name='custom' supported='yes'>
            <model>Broadwell</model>
            <model>Broadwell-noTSX</model>
            ...
        </mode>
    </cpu>

Applications can use it to inspect what CPU configuration modes are
supported for a specific combination of domain type, emulator binary,
guest architecture and machine type.

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 domcaps: Add support for listing supported CPU models 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 domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00
qemu_2.6.0-gicv2-virt.aarch64.xml domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00
qemu_2.6.0-gicv3-virt.aarch64.xml domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00
qemu_2.6.0.aarch64.xml domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00
qemu_2.6.0.ppc64le.xml domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00
qemu_2.6.0.x86_64.xml domcaps: Add support for listing supported CPU models 2016-09-22 15:40:08 +02:00