summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/monitor_mwait_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini1-3/+0
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson1-3/+0
2024-04-26KVM: selftests: Make monitor_mwait require MONITOR/MWAIT featureZide Chen1-0/+1
2023-12-01KVM: selftests: Fix MWAIT error message when guest assertion failsSean Christopherson1-2/+4
2023-08-03KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson1-2/+0
2023-08-03KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest assertsSean Christopherson1-15/+22
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma1-8/+1
2022-07-14KVM: selftests: Use vcpu_clear_cpuid_feature() in monitor_mwait_testSean Christopherson1-9/+1
2022-07-14KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson1-1/+1
2022-07-14KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usageSean Christopherson1-2/+2
2022-07-14KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-3/+1
2022-07-14KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specificSean Christopherson1-1/+1
2022-07-13KVM: selftests: Provide valid inputs for MONITOR/MWAIT regsSean Christopherson1-2/+6
2022-07-13KVM: selftests: Test MONITOR and MWAIT, not just MONITOR for quirkSean Christopherson1-1/+1
2022-06-22KVM: selftests: Add MONITOR/MWAIT quirk testSean Christopherson1-0/+137