mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-27 15:05:17 +00:00
16 lines
472 B
XML
16 lines
472 B
XML
|
<domain type='kvm'>
|
||
|
<name>guest</name>
|
||
|
<uuid>22782664-6b93-46bf-9595-317220dd2d1c</uuid>
|
||
|
<memory unit='KiB'>219100</memory>
|
||
|
<currentMemory unit='KiB'>219100</currentMemory>
|
||
|
<vcpu placement='static'>1</vcpu>
|
||
|
<os>
|
||
|
<type arch='s390x' machine='s390-ccw-virtio'>hvm</type>
|
||
|
</os>
|
||
|
<cpu mode='host-model' check='partial' deprecated_features='off'/>
|
||
|
<clock offset='utc'/>
|
||
|
<devices>
|
||
|
<emulator>/usr/bin/qemu-system-s390x</emulator>
|
||
|
</devices>
|
||
|
</domain>
|