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