]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Introduce QEMU memory locking limit tests
authorAndrea Bolognani <abologna@redhat.com>
Thu, 23 Mar 2017 13:06:57 +0000 (14:06 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 28 Mar 2017 08:54:50 +0000 (10:54 +0200)
commit8cfe7d977a1dedc53d07bdf7dbf2baa5cf40371a
treee9b2c14bcedf83902d96d5ac7d57b7f241048168
parent94918e2035519ad01b421cc4d166fd7c30c6c211
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.
20 files changed:
tests/Makefile.am
tests/qemumemlockdata/qemumemlock-pc-hardlimit+hostdev.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pc-hardlimit+locked+hostdev.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pc-hardlimit+locked.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pc-hardlimit.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pc-hostdev.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pc-kvm.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pc-locked+hostdev.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pc-locked.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pc-tcg.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pseries-hardlimit+hostdev.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pseries-hardlimit+locked+hostdev.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pseries-hardlimit+locked.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pseries-hardlimit.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pseries-hostdev.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pseries-kvm.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pseries-locked+hostdev.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pseries-locked.xml [new file with mode: 0644]
tests/qemumemlockdata/qemumemlock-pseries-tcg.xml [new file with mode: 0644]
tests/qemumemlocktest.c [new file with mode: 0644]