mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
e478a6d3f3
Add domaincapstest qemuxml2argvtest qemuxml2xmltest related test cases for loongarch. Signed-off-by: Xianglai Li <lixianglai@loongson.cn> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
29 lines
576 B
XML
29 lines
576 B
XML
<capabilities>
|
|
|
|
<host>
|
|
<cpu>
|
|
<arch>loongarch64</arch>
|
|
</cpu>
|
|
<power_management/>
|
|
<iommu support='no'/>
|
|
</host>
|
|
|
|
<guest>
|
|
<os_type>hvm</os_type>
|
|
<arch name='loongarch64'>
|
|
<wordsize>64</wordsize>
|
|
<emulator>/usr/bin/qemu-system-loongarch64</emulator>
|
|
<domain type='qemu'/>
|
|
<domain type='kvm'/>
|
|
</arch>
|
|
<features>
|
|
<acpi default='on' toggle='yes'/>
|
|
<cpuselection/>
|
|
<deviceboot/>
|
|
<disksnapshot default='on' toggle='no'/>
|
|
<externalSnapshot/>
|
|
</features>
|
|
</guest>
|
|
|
|
</capabilities>
|