libvirt/tests/qemuxml2argvdata/qemuxml2argv-pseries-cpu-compat.xml
Prerna Saxena 12c381114c Test: Add a testcase for PowerPC compat mode cpu specification.
This introduces a testcase for PowerPC compat mode cpu specification.

Signed-off-by: Prerna Saxena <prerna@linux.vnet.ibm.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2014-11-07 09:20:40 +01:00

21 lines
524 B
XML

<domain type='kvm'>
<name>QEMUGuest1</name>
<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>power7</model>
</cpu>
<clock offset='utc'/>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
<console type='pty'>
<address type="spapr-vio"/>
</console>
<memballoon model="none"/>
</devices>
</domain>