summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/kvm_pv_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson1-3/+0
2024-03-06KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov1-0/+39
2023-08-03KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson1-2/+0
2023-08-03KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERTSean Christopherson1-4/+6
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma1-4/+1
2022-07-14KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)Sean Christopherson1-11/+1
2022-07-14KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson1-4/+2
2022-07-14KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-3/+1
2022-06-20KVM: selftests: Add x86-64 support for exception fixupSean Christopherson1-63/+11
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson1-4/+1
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson1-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-5/+5
2022-06-11KVM: selftests: Convert kvm_pv_test away from VCPU_IDSean Christopherson1-15/+10
2022-06-11KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson1-4/+1
2021-06-14KVM: selftests: Rename vm_handle_exceptionRicardo Koller1-1/+1
2020-11-16KVM: selftests: Make test skipping consistentAndrew Jones1-2/+2
2020-11-08selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton1-0/+234