summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/vmx_set_nested_state_test.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull nVMX testcase for !eVMCSVitaly Kuznetsov2023-12-071-6/+10
* KVM: selftests: Use vcpu_{set,clear}_cpuid_feature() in nVMX state testSean Christopherson2022-07-131-18/+2
* KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson2022-07-131-3/+3
* KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson2022-07-131-1/+1
* 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-1/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-6/+6
* KVM: selftests: Convert vmx_set_nested_state_test away from VCPU_IDSean Christopherson2022-06-111-43/+43
* KVM: selftests: Split vcpu_set_nested_state() into two helpersSean Christopherson2022-06-111-2/+2
* KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones2020-11-161-0/+21
* KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini2020-07-271-0/+13
* KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini2020-07-271-1/+11
* selftests: kvm: do not set guest mode flagPaolo Bonzini2020-07-271-8/+9
* KVM: selftests: Use consistent message for test skippingAndrew Jones2020-03-161-1/+1
* KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones2020-03-161-1/+1
* selftests: kvm: consolidate VMX support checksVitaly Kuznetsov2019-10-221-5/+1
* selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twiceVitaly Kuznetsov2019-10-221-6/+1
* selftests: kvm: fix vmx_set_nested_state_testPaolo Bonzini2019-08-151-3/+14
* selftests: kvm: do not try running the VM in vmx_set_nested_state_testPaolo Bonzini2019-08-151-15/+0
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-2/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1
* | KVM: nVMX: reorganize initial steps of vmx_set_nested_statePaolo Bonzini2019-06-201-12/+20
* | KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon2019-06-191-21/+21
|/
* kvm: selftests: avoid type punningPaolo Bonzini2019-05-241-1/+1
* tests: kvm: Add tests for KVM_SET_NESTED_STATEAaron Lewis2019-05-081-0/+280