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
/
cpuid_test.c
Age
Commit message (
Expand
)
Author
2024-01-30
KVM: selftests: x86_64: Remove redundant newlines
Andrew Jones
2023-08-02
KVM: selftests: Rip out old, param-based guest assert macros
Sean Christopherson
2023-08-02
KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERT
Sean Christopherson
2023-06-01
KVM: selftests: Extend cpuid_test to verify KVM_GET_CPUID2 "nent" updates
Sean Christopherson
2022-11-16
KVM: selftests: Use X86_PROPERTY_MAX_KVM_LEAF in CPUID test
Sean Christopherson
2022-07-13
KVM: selftests: Set input function/index in raw CPUID helper(s)
Sean Christopherson
2022-07-13
KVM: selftests: Make get_supported_cpuid() returns "const"
Sean Christopherson
2022-07-13
KVM: selftests: Use vcpu_get_cpuid_entry() in CPUID test
Sean Christopherson
2022-07-13
KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()
Sean Christopherson
2022-07-13
KVM: selftests: Cache CPUID in struct kvm_vcpu
Sean Christopherson
2022-07-13
KVM: selftests: Verify that kvm_cpuid2.entries layout is unchanged by KVM
Sean Christopherson
2022-07-13
KVM: selftests: Fix filename reporting in guest asserts
Colton Lewis
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Convert cpuid_test away from VCPU_ID
Sean Christopherson
2022-01-17
KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN
Vitaly Kuznetsov
2022-01-17
KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'
Vitaly Kuznetsov