aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13KVM: selftests: Make get_supported_cpuid() returns "const"Sean Christopherson1-5/+5
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson1-2/+2
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-3/+3
2022-06-11KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson1-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-4/+4
2022-06-11KVM: selftests: Convert hyperv_cpuid away from VCPU_IDSean Christopherson1-12/+11
2022-06-11KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl nameSean Christopherson1-1/+1
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson1-2/+2
2022-02-10KVM: selftests: Adapt hyperv_cpuid test to the newly introduced Enlightened MSR-BitmapVitaly Kuznetsov1-12/+17
2021-02-09selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov1-28/+3
2020-11-15KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov1-38/+49
2020-06-11KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX is unsupportedVitaly Kuznetsov1-1/+2
2020-06-01KVM: selftests: update hyperv_cpuid with SynDBG testsVitaly Kuznetsov1-47/+56
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones1-4/+2
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones1-1/+1
2019-09-24KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bitVitaly Kuznetsov1-0/+27
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini1-8/+4
2019-05-24KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.cThomas Huth1-3/+0
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth1-1/+0
2019-05-24KVM: selftests: Fix a condition in test_hv_cpuid()Dan Carpenter1-3/+2
2019-04-30KVM: selftests: make hyperv_cpuid test pass on AMDVitaly Kuznetsov1-1/+8
2018-12-14KVM: selftests: Add hyperv_cpuid testVitaly Kuznetsov1-0/+157