summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c
AgeCommit message (Expand)Author
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve
2022-07-13KVM: selftests: Make get_supported_cpuid() returns "const"Sean Christopherson
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson
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: Open code and drop 'struct kvm_vm' accessorsSean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert hyperv_cpuid away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl nameSean Christopherson
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson
2022-02-10KVM: selftests: Adapt hyperv_cpuid test to the newly introduced Enlightened M...Vitaly Kuznetsov
2021-02-09selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov
2020-11-15KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov
2020-06-11KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov
2020-06-01KVM: selftests: update hyperv_cpuid with SynDBG testsVitaly Kuznetsov
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones
2019-09-24KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bitVitaly Kuznetsov
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini
2019-05-24KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.cThomas Huth
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth
2019-05-24KVM: selftests: Fix a condition in test_hv_cpuid()Dan Carpenter
2019-04-30KVM: selftests: make hyperv_cpuid test pass on AMDVitaly Kuznetsov
2018-12-14KVM: selftests: Add hyperv_cpuid testVitaly Kuznetsov