aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/monitor_mwait_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-121-3/+0
|\
| * KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson2024-04-291-3/+0
* | KVM: selftests: Make monitor_mwait require MONITOR/MWAIT featureZide Chen2024-04-251-0/+1
|/
* KVM: selftests: Fix MWAIT error message when guest assertion failsSean Christopherson2023-12-011-2/+4
* KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson2023-08-021-2/+0
* KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest assertsSean Christopherson2023-08-021-15/+22
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-8/+1
* KVM: selftests: Use vcpu_clear_cpuid_feature() in monitor_mwait_testSean Christopherson2022-07-131-9/+1
* KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson2022-07-131-1/+1
* KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usageSean Christopherson2022-07-131-2/+2
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-131-3/+1
* KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specificSean Christopherson2022-07-131-1/+1
* KVM: selftests: Provide valid inputs for MONITOR/MWAIT regsSean Christopherson2022-07-121-2/+6
* KVM: selftests: Test MONITOR and MWAIT, not just MONITOR for quirkSean Christopherson2022-07-121-1/+1
* KVM: selftests: Add MONITOR/MWAIT quirk testSean Christopherson2022-06-221-0/+137