summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-291-2/+0
* KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve2022-11-161-3/+0
* KVM: selftests: Make get_supported_cpuid() returns "const"Sean Christopherson2022-07-131-5/+5
* KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson2022-07-131-2/+2
* 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-3/+3
* KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson2022-06-111-1/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-4/+4
* KVM: selftests: Convert hyperv_cpuid away from VCPU_IDSean Christopherson2022-06-111-12/+11
* KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl nameSean Christopherson2022-06-111-1/+1
* KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson2022-06-111-2/+2
* KVM: selftests: Adapt hyperv_cpuid test to the newly introduced Enlightened M...Vitaly Kuznetsov2022-02-101-12/+17
* selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov2021-02-091-28/+3
* KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov2020-11-151-38/+49
* KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov2020-06-111-1/+2
* KVM: selftests: update hyperv_cpuid with SynDBG testsVitaly Kuznetsov2020-06-011-47/+56
* KVM: selftests: Use consistent message for test skippingAndrew Jones2020-03-161-4/+2
* KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones2020-03-161-1/+1
* KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bitVitaly Kuznetsov2019-09-241-0/+27
* selftests: kvm: provide common function to enable eVMCSPaolo Bonzini2019-08-151-8/+4
* KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.cThomas Huth2019-05-241-3/+0
* KVM: selftests: Compile code with warnings enabledThomas Huth2019-05-241-1/+0
* KVM: selftests: Fix a condition in test_hv_cpuid()Dan Carpenter2019-05-241-3/+2
* KVM: selftests: make hyperv_cpuid test pass on AMDVitaly Kuznetsov2019-04-301-1/+8
* KVM: selftests: Add hyperv_cpuid testVitaly Kuznetsov2018-12-141-0/+157