Age | Commit message (Expand) | Author | Files | Lines |
2023-08-03 | KVM: selftests: Add arch ucall.h and inline simple arch hooks | Sean Christopherson | 1 | -10/+0 |
2023-03-14 | KVM: selftests: Make vCPU exit reason test assertion common | Vipin Sharma | 1 | -2/+1 |
2022-12-09 | Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm... | Paolo Bonzini | 1 | -3/+5 |
2022-11-17 | KVM: selftests: Add ucall pool based implementation | Peter Gonda | 1 | -1/+1 |
2022-11-17 | KVM: selftests: Drop now-unnecessary ucall_uninit() | Sean Christopherson | 1 | -4/+0 |
2022-11-17 | KVM: selftests: Automatically do init_ucall() for non-barebones VMs | Sean Christopherson | 1 | -1/+1 |
2022-11-17 | KVM: selftests: Consolidate boilerplate code in get_ucall() | Sean Christopherson | 1 | -13/+3 |
2022-11-17 | KVM: selftests: Consolidate common code for populating ucall struct | Sean Christopherson | 1 | -18/+5 |
2022-11-10 | KVM: selftests: Use the right memslot for code, page-tables, and data allocat... | Ricardo Koller | 1 | -3/+5 |
2022-06-11 | KVM: selftests: Add kvm_has_cap() to provide syntactic sugar | Sean Christopherson | 1 | -1/+1 |
2022-06-11 | KVM: selftests: Purge vm+vcpu_id == vcpu silliness | Sean Christopherson | 3 | -17/+15 |
2022-06-11 | KVM: selftests: Convert s390x/diag318_test_handler away from VCPU_ID | Sean Christopherson | 1 | -5/+4 |
2022-06-11 | KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships | Sean Christopherson | 1 | -1/+1 |
2022-06-11 | KVM: selftests: Return created vcpu from vm_vcpu_add_default() | Sean Christopherson | 1 | -7/+11 |
2022-06-11 | KVM: selftests: Add "arch" to common utils that have arch implementations | Sean Christopherson | 1 | -6/+6 |
2022-06-11 | KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu' | Sean Christopherson | 1 | -1/+1 |
2022-06-11 | KVM: selftests: Rename vcpu.state => vcpu.run | Sean Christopherson | 1 | -1/+1 |
2022-06-11 | KVM: selftests: Get rid of kvm_util_internal.h | Sean Christopherson | 1 | -1/+0 |
2022-06-11 | KVM: selftests: Add vcpu_get() to retrieve and assert on vCPU existence | Sean Christopherson | 1 | -4/+1 |
2022-06-08 | selftests: kvm: replace ternary operator with min() | Guo Zhengkui | 1 | -1/+1 |
2021-06-24 | KVM: selftests: Add wrapper to allocate page table page | Sean Christopherson | 1 | -2/+0 |
2021-06-24 | KVM: selftests: Unconditionally use memslot '0' for page table allocations | Sean Christopherson | 1 | -5/+4 |
2021-06-24 | KVM: selftests: Unconditionally use memslot 0 for vaddr allocations | Sean Christopherson | 1 | -3/+3 |
2020-12-12 | Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 1 | -0/+82 |
2020-12-10 | KVM: selftests: sync_regs test for diag318 | Collin Walling | 1 | -0/+82 |
2020-11-15 | KVM: selftests: Make vm_create_default common | Andrew Jones | 1 | -22/+0 |
2020-11-08 | selftests: kvm: Add exception handling to selftests | Aaron Lewis | 1 | -0/+4 |
2020-11-08 | selftests: kvm: Clear uc so UCALL_NONE is being properly reported | Aaron Lewis | 1 | -0/+3 |
2020-04-15 | KVM: selftests: Use kernel's list instead of homebrewed replacement | Sean Christopherson | 1 | -1/+4 |
2020-03-16 | KVM: selftests: Share common API documentation | Andrew Jones | 1 | -74/+0 |
2020-03-16 | KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x | Ben Gardon | 1 | -0/+36 |
2019-08-02 | KVM: selftests: Implement ucall() for s390x | Thomas Huth | 1 | -0/+56 |
2019-07-15 | Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 1 | -0/+278 |
2019-06-04 | KVM: selftests: Add processor code for s390x | Thomas Huth | 1 | -0/+286 |