summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/s390x (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: selftests: Add selftest for single-steppingIlya Leoshkevich2023-08-281-0/+160
* KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson2023-08-022-4/+0
* KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERTSean Christopherson2023-08-021-2/+5
* KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERTSean Christopherson2023-08-021-3/+4
* KVM: selftests: Rename the ASSERT_EQ macroThomas Huth2023-08-023-36/+36
* KVM: s390: selftests: add selftest for CMMA migrationNico Boehr2023-06-161-0/+700
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-12/+3
* KVM: s390: selftest: memop: Add cmpxchg testsJanis Schoetterl-Glausch2023-02-071-15/+392
* KVM: s390: selftest: memop: Fix integer literalJanis Schoetterl-Glausch2023-02-071-1/+1
* KVM: s390: selftest: memop: Fix wrong address being used in testJanis Schoetterl-Glausch2023-02-071-2/+2
* KVM: s390: selftest: memop: Fix typoJanis Schoetterl-Glausch2023-02-071-1/+1
* KVM: s390: selftest: memop: Add bad address testJanis Schoetterl-Glausch2023-02-071-1/+3
* KVM: s390: selftest: memop: Move testlist into mainJanis Schoetterl-Glausch2023-02-071-65/+66
* KVM: s390: selftest: memop: Replace macros by functionsJanis Schoetterl-Glausch2023-02-071-43/+39
* KVM: s390: selftest: memop: Pass mop_desc via pointerJanis Schoetterl-Glausch2023-02-071-22/+22
* KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve2022-11-173-7/+0
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-141-14/+12
* KVM: s390: selftests: Fix memop extension capability checkJanis Schoetterl-Glausch2022-06-151-1/+1
* KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson2022-06-141-1/+1
* KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson2022-06-111-3/+3
* KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-112-10/+6
* KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson2022-06-111-1/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-114-31/+31
* KVM: selftests: Convert tprot away from VCPU_IDSean Christopherson2022-06-111-16/+15
* KVM: selftests: Convert memop away from VCPU_IDSean Christopherson2022-06-111-40/+42
* KVM: selftests: Convert s390's "resets" test away from VCPU_IDSean Christopherson2022-06-111-60/+77
* KVM: selftests: Convert sync_regs_test away from VCPU_IDSean Christopherson2022-06-111-29/+30
* KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson2022-06-111-4/+1
* KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson2022-06-112-4/+4
* KVM: s390: selftests: Use TAP interface in the reset testThomas Huth2022-06-011-8/+30
* KVM: s390: selftests: Use TAP interface in the tprot testThomas Huth2022-06-011-5/+24
* KVM: s390: selftests: Use TAP interface in the sync_regs testThomas Huth2022-06-011-21/+66
* KVM: s390: selftests: Use TAP interface in the memop testThomas Huth2022-06-011-18/+77
* KVM: s390: selftest: Test suppression indication on key prot exceptionJanis Schoetterl-Glausch2022-05-201-1/+45
* KVM: s390: selftests: Add error memop testsJanis Schoetterl-Glausch2022-03-141-13/+124
* KVM: s390: selftests: Add more copy memop testsJanis Schoetterl-Glausch2022-03-141-13/+230
* KVM: s390: selftests: Add named stages for memop testJanis Schoetterl-Glausch2022-03-141-11/+33
* KVM: s390: selftests: Add macro as abstraction for MEM_OPJanis Schoetterl-Glausch2022-03-141-75/+197
* KVM: s390: selftests: Split memop testsJanis Schoetterl-Glausch2022-03-141-55/+82
* selftests: kvm: Check whether SIDA memop fails for normal guestsThomas Huth2022-02-151-0/+15
* KVM: s390: selftests: Test TEST PROTECTION emulationJanis Schoetterl-Glausch2022-02-141-0/+227
* KVM: selftests: sync_regs test for diag318Collin Walling2020-12-101-1/+15
* selftests: KVM: s390: check for registers to NOT change on resetChristian Borntraeger2020-03-161-2/+53
* selftests: KVM: s390: test more register variants for the reset ioctlChristian Borntraeger2020-03-161-9/+41
* selftests: KVM: s390: fix early guest crashChristian Borntraeger2020-03-161-14/+13
* KVM: selftests: Use consistent message for test skippingAndrew Jones2020-03-162-2/+2
* selftests: KVM: s390: fix format strings for access reg testChristian Borntraeger2020-03-161-2/+9
* selftests: KVM: s390: fixup fprintf format error in reset.cChristian Borntraeger2020-03-161-1/+1
* KVM: selftests: Convert some printf's to pr_info'sAndrew Jones2020-03-161-3/+3
* selftests: KVM: testing the local IRQs resetsPierre Morel2020-01-311-0/+42