mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +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>
22 lines
573 B
XML
22 lines
573 B
XML
<domain type='qemu'>
|
|
<name>guest</name>
|
|
<uuid>1ccfd97d-5eb4-478a-bbe6-88d254c16db7</uuid>
|
|
<memory>4194304</memory>
|
|
<vcpu>4</vcpu>
|
|
<os>
|
|
<type arch='loongarch64' machine='virt'>hvm</type>
|
|
</os>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-loongarch64</emulator>
|
|
<controller type='usb'/>
|
|
<controller type='scsi'/>
|
|
<interface type='user'>
|
|
<mac address='52:54:00:09:a4:37'/>
|
|
</interface>
|
|
<serial type='pty'/>
|
|
<video/>
|
|
<memballoon model='none'/>
|
|
<!-- No default model for <panic/> on loongarch64 -->
|
|
</devices>
|
|
</domain>
|