libvirt/tests/qemuxml2argvdata/pseries-cpu-compat-power10.xml

20 lines
541 B
XML
Raw Normal View History

<domain type='kvm'>
<name>QEMUGuest1</name>
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
<memory unit='KiB'>219100</memory>
<currentMemory unit='KiB'>219100</currentMemory>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='ppc64' machine='pseries'>hvm</type>
</os>
<cpu mode='host-model'>
<model>power10</model>
</cpu>
<clock offset='utc'/>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
<controller type='usb' model='none'/>
<memballoon model="none"/>
</devices>
</domain>