summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/evmcs_test.c
AgeCommit message (Expand)Author
2022-11-21KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'Vitaly Kuznetsov
2022-11-21KVM: selftests: evmcs_test: Introduce L2 TLB flush testVitaly Kuznetsov
2022-11-21KVM: selftests: Introduce rdmsr_from_l2() and use it for MSR-Bitmap testsVitaly Kuznetsov
2022-11-21KVM: selftests: Create a vendor independent helper to allocate Hyper-V specif...Vitaly Kuznetsov
2022-11-21KVM: selftests: Split off load_evmcs() from load_vmcs()Vitaly Kuznetsov
2022-11-21KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.hVitaly Kuznetsov
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis
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: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert evmcs_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson
2022-06-08KVM: selftests: nSVM: Add svm_nested_soft_inject_testMaciej S. Szmigiero
2022-02-10KVM: selftests: nVMX: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov
2022-02-10KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'Vitaly Kuznetsov
2022-01-14kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-06-17KVM: selftests: evmcs_test: Test that KVM_STATE_NESTED_EVMCS is never lostVitaly Kuznetsov
2021-06-17KVM: selftests: Hoist APIC functions out of individual testsJim Mattson
2021-06-14KVM: selftests: Rename vm_handle_exceptionRicardo Koller
2021-05-07KVM: selftests: evmcs_test: Check that VMCS12 is alway properly synced to eVM...Vitaly Kuznetsov
2021-05-07KVM: selftests: evmcs_test: Check that VMLAUNCH with bogus EVMPTR is causing #UDVitaly Kuznetsov
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov
2021-02-09selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_testVitaly Kuznetsov
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones
2020-06-11KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov
2020-03-16KVM: selftests: enlightened VMPTRLD with an incorrect GPAVitaly Kuznetsov
2020-03-16KVM: selftests: test enlightened vmenter with wrong eVMCS versionVitaly Kuznetsov
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones
2020-03-16KVM: selftests: Fix unknown ucall command assertsAndrew Jones
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-02KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon
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/evmcs_test: complete I/O before migrating guest statePaolo Bonzini
2019-01-25KVM: selftests: check returned evmcs version rangeVitaly Kuznetsov
2018-12-21selftests: kvm: report failed stage when exit reason is unexpectedVitaly Kuznetsov
2018-10-17KVM: selftests: add Enlightened VMCS testVitaly Kuznetsov