summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/vmx_preemption_timer_test.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-7/+1
* KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson2022-07-131-1/+1
* KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson2022-07-131-2/+0
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-131-2/+1
* KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-111-4/+1
* KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson2022-06-111-1/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-9/+9
* KVM: selftests: Convert vmx_preemption_timer_test away from VCPU_IDSean Christopherson2022-06-111-15/+15
* KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson2022-06-111-1/+1
* kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang2022-01-141-1/+1
* KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones2020-11-161-1/+0
* KVM: selftests: Make test skipping consistentAndrew Jones2020-11-161-7/+7
* KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov2020-06-081-0/+4
* KVM: selftests: VMX preemption timer migration testMakarand Sonare2020-06-011-0/+255