libvirt/tests/qemumemlockdata/qemumemlock-pc-hardlimit+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

18 lines
390 B
XML

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