mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-27 07:22:07 +03:00
30 lines
611 B
XML
30 lines
611 B
XML
|
<capabilities>
|
||
|
|
||
|
<host>
|
||
|
<cpu>
|
||
|
<arch>aarch64</arch>
|
||
|
</cpu>
|
||
|
<power_management/>
|
||
|
<iommu support='no'/>
|
||
|
</host>
|
||
|
|
||
|
<guest>
|
||
|
<os_type>hvm</os_type>
|
||
|
<arch name='aarch64'>
|
||
|
<wordsize>64</wordsize>
|
||
|
<emulator>/usr/bin/qemu-system-aarch64</emulator>
|
||
|
<domain type='qemu'/>
|
||
|
<domain type='kvm'>
|
||
|
<emulator>/usr/bin/qemu-system-aarch64</emulator>
|
||
|
</domain>
|
||
|
</arch>
|
||
|
<features>
|
||
|
<cpuselection/>
|
||
|
<deviceboot/>
|
||
|
<disksnapshot default='on' toggle='no'/>
|
||
|
<acpi default='on' toggle='yes'/>
|
||
|
</features>
|
||
|
</guest>
|
||
|
|
||
|
</capabilities>
|