summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/s390x (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390x: selftests: Add shared zeropage testDavid Hildenbrand2024-06-051-0/+111
* Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson2024-04-293-0/+3
* KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-292-4/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-0/+2
|\
| * Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2024-03-141-0/+2
| |\
| | * KVM: s390: selftest: memop: Fix undefined behaviorNina Schoetterl-Glausch2024-02-231-0/+2
* | | Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-121-0/+31
|\ \ \ | |/ / |/| |
| * | KVM: s390: selftests: memop: add a simple AR testEric Farman2024-02-221-0/+31
| |/
* / KVM: selftests: s390x: Remove redundant newlinesAndrew Jones2024-01-292-12/+12
|/
* selftests: kvm/s390x: use vm_create_barebones()Paolo Bonzini2023-11-081-8/+3
* 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