aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/smm_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-291-1/+0
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-8/+1
* KVM: allow compiling out SMM supportPaolo Bonzini2022-11-091-0/+2
* KVM: selftests: Use this_cpu_has() to detect SVM support in L1Sean Christopherson2022-07-131-2/+2
* KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson2022-07-131-1/+1
* KVM: selftests: Use kvm_cpu_has() for nested SVM checksSean Christopherson2022-07-131-1/+1
* KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson2022-07-131-1/+0
* KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson2022-06-141-1/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-9/+9
* KVM: selftests: Convert smm_test away from VCPU_IDSean Christopherson2022-06-111-19/+18
* KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson2022-06-111-1/+1
* kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini2022-04-211-2/+0
* KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guestSean Christopherson2022-01-261-1/+0
* kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang2022-01-141-1/+1
* KVM: selftests: smm_test: Test SMM enter from L2Vitaly Kuznetsov2021-07-151-6/+64
* KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson2021-06-171-2/+2
* KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones2020-11-161-2/+0
* KVM: selftests: fix sync_with_host() in smm_testVitaly Kuznetsov2020-06-111-2/+2
* KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov2020-06-111-6/+7
* selftests: kvm: fix smm test on SVMVitaly Kuznetsov2020-06-011-6/+13
* KVM: selftests: Convert some printf's to pr_info'sAndrew Jones2020-03-161-1/+1
* kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini2019-06-051-1/+1
* KVM: selftests: Compile code with warnings enabledThomas Huth2019-05-241-2/+1
* selftests: kvm: add a selftest for SMMVitaly Kuznetsov2019-04-161-0/+157