libvirt/tests/qemumemlockdata/qemumemlock-pseries-locked.xml
Andrea Bolognani 8cfe7d977a tests: Introduce QEMU memory locking limit tests
These tests cover a number of scenarios where we care about
the memory locking limit being set correctly for the guest
to work properly.
2017-03-28 10:54:50 +02:00

15 lines
320 B
XML

<domain type='kvm'>
<name>guest</name>
<memory unit='KiB'>1048576</memory>
<memoryBacking>
<locked/>
</memoryBacking>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='ppc64' machine='pseries'>hvm</type>
</os>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
</devices>
</domain>