index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
x86_64
/
vmx_set_nested_state_test.c
Age
Commit message (
Expand
)
Author
2023-12-07
KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull nVMX testcase for !eVMCS
Vitaly Kuznetsov
2022-07-13
KVM: selftests: Use vcpu_{set,clear}_cpuid_feature() in nVMX state test
Sean Christopherson
2022-07-13
KVM: selftests: Cache CPUID in struct kvm_vcpu
Sean Christopherson
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nested VMX checks
Sean Christopherson
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
2022-06-11
KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
Sean Christopherson
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Convert vmx_set_nested_state_test away from VCPU_ID
Sean Christopherson
2022-06-11
KVM: selftests: Split vcpu_set_nested_state() into two helpers
Sean Christopherson
2020-11-16
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
2020-07-27
KVM: nVMX: check for invalid hdr.vmx.flags
Paolo Bonzini
2020-07-27
KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE
Paolo Bonzini
2020-07-27
selftests: kvm: do not set guest mode flag
Paolo Bonzini
2020-03-16
KVM: selftests: Use consistent message for test skipping
Andrew Jones
2020-03-16
KVM: selftests: Enable printf format warnings for TEST_ASSERT
Andrew Jones
2019-10-22
selftests: kvm: consolidate VMX support checks
Vitaly Kuznetsov
2019-10-22
selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice
Vitaly Kuznetsov
2019-08-15
selftests: kvm: fix vmx_set_nested_state_test
Paolo Bonzini
2019-08-15
selftests: kvm: do not try running the VM in vmx_set_nested_state_test
Paolo Bonzini
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-20
KVM: nVMX: reorganize initial steps of vmx_set_nested_state
Paolo Bonzini
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-06-19
KVM: x86: Modify struct kvm_nested_state to have explicit fields for data
Liran Alon
2019-05-24
kvm: selftests: avoid type punning
Paolo Bonzini
2019-05-08
tests: kvm: Add tests for KVM_SET_NESTED_STATE
Aaron Lewis