summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/s390x
AgeCommit message (Expand)AuthorLines
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis-14/+12
2022-06-15KVM: s390: selftests: Fix memop extension capability checkJanis Schoetterl-Glausch-1/+1
2022-06-14KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson-1/+1
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson-3/+3
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson-10/+6
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson-31/+31
2022-06-11KVM: selftests: Convert tprot away from VCPU_IDSean Christopherson-16/+15
2022-06-11KVM: selftests: Convert memop away from VCPU_IDSean Christopherson-40/+42
2022-06-11KVM: selftests: Convert s390's "resets" test away from VCPU_IDSean Christopherson-60/+77
2022-06-11KVM: selftests: Convert sync_regs_test away from VCPU_IDSean Christopherson-29/+30
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson-4/+1
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson-4/+4
2022-06-01KVM: s390: selftests: Use TAP interface in the reset testThomas Huth-8/+30
2022-06-01KVM: s390: selftests: Use TAP interface in the tprot testThomas Huth-5/+24
2022-06-01KVM: s390: selftests: Use TAP interface in the sync_regs testThomas Huth-21/+66
2022-06-01KVM: s390: selftests: Use TAP interface in the memop testThomas Huth-18/+77
2022-05-20KVM: s390: selftest: Test suppression indication on key prot exceptionJanis Schoetterl-Glausch-1/+45
2022-03-14KVM: s390: selftests: Add error memop testsJanis Schoetterl-Glausch-13/+124
2022-03-14KVM: s390: selftests: Add more copy memop testsJanis Schoetterl-Glausch-13/+230
2022-03-14KVM: s390: selftests: Add named stages for memop testJanis Schoetterl-Glausch-11/+33
2022-03-14KVM: s390: selftests: Add macro as abstraction for MEM_OPJanis Schoetterl-Glausch-75/+197
2022-03-14KVM: s390: selftests: Split memop testsJanis Schoetterl-Glausch-55/+82
2022-02-15selftests: kvm: Check whether SIDA memop fails for normal guestsThomas Huth-0/+15
2022-02-14KVM: s390: selftests: Test TEST PROTECTION emulationJanis Schoetterl-Glausch-0/+227
2020-12-10KVM: selftests: sync_regs test for diag318Collin Walling-1/+15
2020-03-16selftests: KVM: s390: check for registers to NOT change on resetChristian Borntraeger-2/+53
2020-03-16selftests: KVM: s390: test more register variants for the reset ioctlChristian Borntraeger-9/+41
2020-03-16selftests: KVM: s390: fix early guest crashChristian Borntraeger-14/+13
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones-2/+2
2020-03-16selftests: KVM: s390: fix format strings for access reg testChristian Borntraeger-2/+9
2020-03-16selftests: KVM: s390: fixup fprintf format error in reset.cChristian Borntraeger-1/+1
2020-03-16KVM: selftests: Convert some printf's to pr_info'sAndrew Jones-3/+3
2020-01-31selftests: KVM: testing the local IRQs resetsPierre Morel-0/+42
2020-01-31selftests: KVM: s390x: Add reset testsJanosch Frank-0/+155
2019-10-10selftests: kvm: make syncregs more reliable on s390Christian Borntraeger-6/+9
2019-09-04KVM: selftests: Test invalid bits in kvm_valid_regs and kvm_dirty_regs on s390xThomas Huth-0/+30
2019-08-29KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctlThomas Huth-0/+166
2019-08-02KVM: selftests: Implement ucall() for s390xThomas Huth-2/+4
2019-06-04KVM: selftests: Add the sync_regs test for s390xThomas Huth-0/+151