mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Rename domaincapsschemadata/ -> domaincapsdata/
The usual convention is to use ${foo}test.c for the test program
itself and either ${foo}data/ or ${foo}outdata/, depending on
whether it contains both input and output files or only the latter,
for the corresponding data directory.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
144
tests/domaincapsdata/qemu_4.2.0.aarch64.xml
Normal file
144
tests/domaincapsdata/qemu_4.2.0.aarch64.xml
Normal file
@@ -0,0 +1,144 @@
|
||||
<domainCapabilities>
|
||||
<path>/usr/bin/qemu-system-aarch64</path>
|
||||
<domain>kvm</domain>
|
||||
<machine>integratorcp</machine>
|
||||
<arch>aarch64</arch>
|
||||
<vcpu max='1'/>
|
||||
<iothreads supported='yes'/>
|
||||
<os supported='yes'>
|
||||
<enum name='firmware'/>
|
||||
<loader supported='yes'>
|
||||
<value>/usr/share/AAVMF/AAVMF_CODE.fd</value>
|
||||
<value>/usr/share/AAVMF/AAVMF32_CODE.fd</value>
|
||||
<value>/usr/share/OVMF/OVMF_CODE.fd</value>
|
||||
<enum name='type'>
|
||||
<value>rom</value>
|
||||
<value>pflash</value>
|
||||
</enum>
|
||||
<enum name='readonly'>
|
||||
<value>yes</value>
|
||||
<value>no</value>
|
||||
</enum>
|
||||
<enum name='secure'>
|
||||
<value>no</value>
|
||||
</enum>
|
||||
</loader>
|
||||
</os>
|
||||
<cpu>
|
||||
<mode name='host-passthrough' supported='yes'/>
|
||||
<mode name='host-model' supported='no'/>
|
||||
<mode name='custom' supported='yes'>
|
||||
<model usable='unknown'>pxa262</model>
|
||||
<model usable='unknown'>pxa270-a0</model>
|
||||
<model usable='unknown'>arm1136</model>
|
||||
<model usable='unknown'>cortex-a15</model>
|
||||
<model usable='unknown'>pxa260</model>
|
||||
<model usable='unknown'>arm1136-r2</model>
|
||||
<model usable='unknown'>pxa261</model>
|
||||
<model usable='unknown'>pxa255</model>
|
||||
<model usable='unknown'>cortex-a72</model>
|
||||
<model usable='unknown'>cortex-m33</model>
|
||||
<model usable='unknown'>arm926</model>
|
||||
<model usable='unknown'>cortex-r5f</model>
|
||||
<model usable='unknown'>arm11mpcore</model>
|
||||
<model usable='unknown'>pxa250</model>
|
||||
<model usable='unknown'>ti925t</model>
|
||||
<model usable='unknown'>cortex-a57</model>
|
||||
<model usable='unknown'>sa1110</model>
|
||||
<model usable='unknown'>arm1176</model>
|
||||
<model usable='unknown'>cortex-a53</model>
|
||||
<model usable='unknown'>sa1100</model>
|
||||
<model usable='unknown'>pxa270-c5</model>
|
||||
<model usable='unknown'>cortex-a9</model>
|
||||
<model usable='unknown'>cortex-a8</model>
|
||||
<model usable='unknown'>cortex-a7</model>
|
||||
<model usable='unknown'>pxa270-c0</model>
|
||||
<model usable='unknown'>arm1026</model>
|
||||
<model usable='unknown'>pxa270-b1</model>
|
||||
<model usable='unknown'>cortex-m3</model>
|
||||
<model usable='unknown'>max</model>
|
||||
<model usable='unknown'>cortex-m4</model>
|
||||
<model usable='unknown'>pxa270-b0</model>
|
||||
<model usable='unknown'>cortex-m0</model>
|
||||
<model usable='unknown'>cortex-r5</model>
|
||||
<model usable='unknown'>arm946</model>
|
||||
<model usable='unknown'>pxa270-a1</model>
|
||||
<model usable='unknown'>pxa270</model>
|
||||
</mode>
|
||||
</cpu>
|
||||
<devices>
|
||||
<disk supported='yes'>
|
||||
<enum name='diskDevice'>
|
||||
<value>disk</value>
|
||||
<value>cdrom</value>
|
||||
<value>floppy</value>
|
||||
<value>lun</value>
|
||||
</enum>
|
||||
<enum name='bus'>
|
||||
<value>fdc</value>
|
||||
<value>scsi</value>
|
||||
<value>virtio</value>
|
||||
<value>usb</value>
|
||||
<value>sata</value>
|
||||
</enum>
|
||||
<enum name='model'>
|
||||
<value>virtio</value>
|
||||
<value>virtio-transitional</value>
|
||||
<value>virtio-non-transitional</value>
|
||||
</enum>
|
||||
</disk>
|
||||
<graphics supported='yes'>
|
||||
<enum name='type'>
|
||||
<value>sdl</value>
|
||||
<value>vnc</value>
|
||||
</enum>
|
||||
</graphics>
|
||||
<video supported='yes'>
|
||||
<enum name='modelType'>
|
||||
<value>vga</value>
|
||||
<value>cirrus</value>
|
||||
<value>vmvga</value>
|
||||
<value>virtio</value>
|
||||
<value>bochs</value>
|
||||
</enum>
|
||||
</video>
|
||||
<hostdev supported='yes'>
|
||||
<enum name='mode'>
|
||||
<value>subsystem</value>
|
||||
</enum>
|
||||
<enum name='startupPolicy'>
|
||||
<value>default</value>
|
||||
<value>mandatory</value>
|
||||
<value>requisite</value>
|
||||
<value>optional</value>
|
||||
</enum>
|
||||
<enum name='subsysType'>
|
||||
<value>usb</value>
|
||||
<value>pci</value>
|
||||
<value>scsi</value>
|
||||
</enum>
|
||||
<enum name='capsType'/>
|
||||
<enum name='pciBackend'>
|
||||
<value>default</value>
|
||||
<value>vfio</value>
|
||||
</enum>
|
||||
</hostdev>
|
||||
<rng supported='yes'>
|
||||
<enum name='model'>
|
||||
<value>virtio</value>
|
||||
<value>virtio-transitional</value>
|
||||
<value>virtio-non-transitional</value>
|
||||
</enum>
|
||||
<enum name='backendModel'>
|
||||
<value>random</value>
|
||||
<value>egd</value>
|
||||
</enum>
|
||||
</rng>
|
||||
</devices>
|
||||
<features>
|
||||
<gic supported='no'/>
|
||||
<vmcoreinfo supported='yes'/>
|
||||
<genid supported='no'/>
|
||||
<sev supported='no'/>
|
||||
</features>
|
||||
</domainCapabilities>
|
||||
Reference in New Issue
Block a user