mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
8cfe7d977a
These tests cover a number of scenarios where we care about the memory locking limit being set correctly for the guest to work properly.
15 lines
342 B
XML
15 lines
342 B
XML
<domain type='kvm'>
|
|
<name>guest</name>
|
|
<memory unit='KiB'>1048576</memory>
|
|
<memtune>
|
|
<hard_limit unit='KiB'>2097152</hard_limit>
|
|
</memtune>
|
|
<vcpu placement='static'>1</vcpu>
|
|
<os>
|
|
<type arch='ppc64' machine='pseries'>hvm</type>
|
|
</os>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-ppc64</emulator>
|
|
</devices>
|
|
</domain>
|