aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm/lib/s390x/processor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-6/+7
2024-02-28KVM: selftests: Move setting a vCPU's entry point to a dedicated APISean Christopherson1-6/+7
2024-01-29KVM: selftests: s390x: Remove redundant newlinesAndrew Jones1-1/+1
2022-11-10KVM: selftests: Use the right memslot for code, page-tables, and data allocationsRicardo Koller1-3/+5
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-12/+10
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson1-1/+1
2022-06-11KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson1-7/+11
2022-06-11KVM: selftests: Add "arch" to common utils that have arch implementationsSean Christopherson1-6/+6
2022-06-11KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'Sean Christopherson1-1/+1
2022-06-11KVM: selftests: Rename vcpu.state => vcpu.runSean Christopherson1-1/+1
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson1-1/+0
2022-06-11KVM: selftests: Add vcpu_get() to retrieve and assert on vCPU existenceSean Christopherson1-4/+1
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson1-2/+0
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson1-5/+4
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson1-3/+3
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones1-22/+0
2020-11-08selftests: kvm: Add exception handling to selftestsAaron Lewis1-0/+4
2020-04-15KVM: selftests: Use kernel's list instead of homebrewed replacementSean Christopherson1-1/+4
2020-03-16KVM: selftests: Share common API documentationAndrew Jones1-74/+0
2020-03-16KVM: selftests: Add support for vcpu_args_set to aarch64 and s390xBen Gardon1-0/+36
2019-07-15Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-0/+278
2019-06-04KVM: selftests: Add processor code for s390xThomas Huth1-0/+286