aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/triple_fault_event_test.c
AgeCommit message (Expand)Author
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2022-11-17KVM: selftests: add svm part to triple_fault_testMaxim Levitsky
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert triple_fault_event_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson
2022-06-11KVM: Fix references to non-existent KVM_CAP_TRIPLE_FAULT_EVENTSean Christopherson
2022-06-08KVM: selftests: Add a test to get/set triple fault eventChenyi Qiang