2024-03-21 03:30:29 +00:00
|
|
|
<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'/>
|
2024-05-27 16:37:58 +00:00
|
|
|
<!-- loongarch64 could probably use TPM but the necessary devices
|
|
|
|
are currently disabled in the default QEMU configuration for the
|
|
|
|
architecture. If that ever changes, add coverage here -->
|
2024-03-21 03:30:29 +00:00
|
|
|
<video/>
|
|
|
|
<memballoon model='none'/>
|
|
|
|
<!-- No default model for <panic/> on loongarch64 -->
|
|
|
|
</devices>
|
|
|
|
</domain>
|