summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/s390x
AgeCommit message (Expand)Author
2023-08-28KVM: s390: selftests: Add selftest for single-steppingIlya Leoshkevich
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson
2023-08-02KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Rename the ASSERT_EQ macroThomas Huth
2023-06-16KVM: s390: selftests: add selftest for CMMA migrationNico Boehr
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2023-02-07KVM: s390: selftest: memop: Add cmpxchg testsJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Fix integer literalJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Fix wrong address being used in testJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Fix typoJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Add bad address testJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Move testlist into mainJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Replace macros by functionsJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Pass mop_desc via pointerJanis Schoetterl-Glausch
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis
2022-06-15KVM: s390: selftests: Fix memop extension capability checkJanis Schoetterl-Glausch
2022-06-14KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert tprot away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert memop away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert s390's "resets" test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert sync_regs_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson
2022-06-01KVM: s390: selftests: Use TAP interface in the reset testThomas Huth
2022-06-01KVM: s390: selftests: Use TAP interface in the tprot testThomas Huth
2022-06-01KVM: s390: selftests: Use TAP interface in the sync_regs testThomas Huth
2022-06-01KVM: s390: selftests: Use TAP interface in the memop testThomas Huth
2022-05-20KVM: s390: selftest: Test suppression indication on key prot exceptionJanis Schoetterl-Glausch
2022-03-14KVM: s390: selftests: Add error memop testsJanis Schoetterl-Glausch
2022-03-14KVM: s390: selftests: Add more copy memop testsJanis Schoetterl-Glausch
2022-03-14KVM: s390: selftests: Add named stages for memop testJanis Schoetterl-Glausch
2022-03-14KVM: s390: selftests: Add macro as abstraction for MEM_OPJanis Schoetterl-Glausch
2022-03-14KVM: s390: selftests: Split memop testsJanis Schoetterl-Glausch
2022-02-15selftests: kvm: Check whether SIDA memop fails for normal guestsThomas Huth
2022-02-14KVM: s390: selftests: Test TEST PROTECTION emulationJanis Schoetterl-Glausch
2020-12-10KVM: selftests: sync_regs test for diag318Collin Walling
2020-03-16selftests: KVM: s390: check for registers to NOT change on resetChristian Borntraeger
2020-03-16selftests: KVM: s390: test more register variants for the reset ioctlChristian Borntraeger
2020-03-16selftests: KVM: s390: fix early guest crashChristian Borntraeger
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones
2020-03-16selftests: KVM: s390: fix format strings for access reg testChristian Borntraeger
2020-03-16selftests: KVM: s390: fixup fprintf format error in reset.cChristian Borntraeger
2020-03-16KVM: selftests: Convert some printf's to pr_info'sAndrew Jones
2020-01-31selftests: KVM: testing the local IRQs resetsPierre Morel