summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/userspace_msr_exit_test.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson2024-04-291-3/+0
* KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson2024-04-291-8/+2
* KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-291-2/+0
* Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-20/+10
|\
| * KVM: selftests: Move KVM_FEP macro into common library headerSean Christopherson2024-01-301-2/+0
| * KVM: selftests: Query module param to detect FEP in MSR filtering testSean Christopherson2024-01-301-18/+9
* | KVM: selftests: x86: Use TAP interface in the userspace_msr_exit testThomas Huth2024-02-281-39/+13
|/
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-18/+4
* KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve2022-11-161-3/+0
* selftests: kvm/x86: Test the flags in MSR filtering and MSR exitingAaron Lewis2022-11-091-0/+85
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-131-3/+2
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-11/+11
* KVM: selftests: Convert userspace_msr_exit_test away from VCPU_IDSean Christopherson2022-06-111-84/+72
* KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson2022-06-111-20/+11
* KVM: selftests: Rename vm_handle_exceptionRicardo Koller2021-06-141-4/+4
* selftests: kvm: Merge user_msr_test into userspace_msr_exit_testAaron Lewis2020-12-111-26/+236
* selftests: kvm: Test MSR exiting to userspaceAaron Lewis2020-12-111-0/+560