mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 05:55:19 +00:00
29 lines
563 B
XML
29 lines
563 B
XML
|
<capabilities>
|
||
|
|
||
|
<host>
|
||
|
<cpu>
|
||
|
<arch>s390x</arch>
|
||
|
</cpu>
|
||
|
<power_management/>
|
||
|
<iommu support='no'/>
|
||
|
</host>
|
||
|
|
||
|
<guest>
|
||
|
<os_type>hvm</os_type>
|
||
|
<arch name='s390x'>
|
||
|
<wordsize>64</wordsize>
|
||
|
<emulator>/usr/bin/qemu-system-s390x</emulator>
|
||
|
<domain type='qemu'/>
|
||
|
<domain type='kvm'>
|
||
|
<emulator>/usr/bin/qemu-system-s390x</emulator>
|
||
|
</domain>
|
||
|
</arch>
|
||
|
<features>
|
||
|
<cpuselection/>
|
||
|
<deviceboot/>
|
||
|
<disksnapshot default='on' toggle='no'/>
|
||
|
</features>
|
||
|
</guest>
|
||
|
|
||
|
</capabilities>
|