summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/s390x/processor.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-6/+7
|\
| * KVM: selftests: Move setting a vCPU's entry point to a dedicated APISean Christopherson2024-02-281-6/+7
* | KVM: selftests: s390x: Remove redundant newlinesAndrew Jones2024-01-291-1/+1
|/
* KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller2022-11-101-3/+5
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-12/+10
* KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson2022-06-111-1/+1
* KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson2022-06-111-7/+11
* KVM: selftests: Add "arch" to common utils that have arch implementationsSean Christopherson2022-06-111-6/+6
* KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'Sean Christopherson2022-06-111-1/+1
* KVM: selftests: Rename vcpu.state => vcpu.runSean Christopherson2022-06-111-1/+1
* KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson2022-06-111-1/+0
* KVM: selftests: Add vcpu_get() to retrieve and assert on vCPU existenceSean Christopherson2022-06-111-4/+1
* KVM: selftests: Add wrapper to allocate page table pageSean Christopherson2021-06-241-2/+0
* KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson2021-06-241-5/+4
* KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson2021-06-241-3/+3
* KVM: selftests: Make vm_create_default commonAndrew Jones2020-11-151-22/+0
* selftests: kvm: Add exception handling to selftestsAaron Lewis2020-11-081-0/+4
* KVM: selftests: Use kernel's list instead of homebrewed replacementSean Christopherson2020-04-151-1/+4
* KVM: selftests: Share common API documentationAndrew Jones2020-03-161-74/+0
* KVM: selftests: Add support for vcpu_args_set to aarch64 and s390xBen Gardon2020-03-161-0/+36
* Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-07-151-10/+2
* KVM: selftests: Add processor code for s390xThomas Huth2019-06-041-0/+286