summaryrefslogtreecommitdiff
path: root/tests/qemumemlockdata/qemumemlock-pc-locked.xml
blob: febb0362e86e7da22817279b57a6341838e10415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<domain type='kvm'>
  <name>guest</name>
  <memory unit='KiB'>1048576</memory>
  <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>