summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/smm_test.c
AgeCommit message (Expand)Author
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2022-11-09KVM: allow compiling out SMM supportPaolo Bonzini
2022-07-13KVM: selftests: Use this_cpu_has() to detect SVM support in L1Sean Christopherson
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested SVM checksSean Christopherson
2022-07-13KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson
2022-06-14KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert smm_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson
2022-04-21kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini
2022-01-26KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guestSean Christopherson
2022-01-14kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang
2021-07-15KVM: selftests: smm_test: Test SMM enter from L2Vitaly Kuznetsov
2021-06-17KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones
2020-06-11KVM: selftests: fix sync_with_host() in smm_testVitaly Kuznetsov
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov
2020-06-01selftests: kvm: fix smm test on SVMVitaly Kuznetsov
2020-03-16KVM: selftests: Convert some printf's to pr_info'sAndrew Jones
2019-06-05kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth
2019-04-16selftests: kvm: add a selftest for SMMVitaly Kuznetsov