开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
x86_64
/
state_test.c
Age
Commit message (
Expand
)
Author
2024-12-18
KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
Sean Christopherson
2024-11-01
KVM: selftests: Drop manual XCR0 configuration from state test
Sean Christopherson
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2023-10-12
KVM: selftests: Force load all supported XSAVE state in state test
Sean Christopherson
2023-10-12
KVM: selftests: Load XSAVE state into untouched vCPU during state test
Sean Christopherson
2023-10-12
KVM: selftests: Touch relevant XSAVE state in guest for state test
Sean Christopherson
2023-03-14
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
2022-07-13
KVM: selftests: Use this_cpu_has() to detect SVM support in L1
Sean Christopherson
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nested VMX checks
Sean Christopherson
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nested SVM checks
Sean Christopherson
2022-07-13
KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreate
Sean Christopherson
2022-07-13
KVM: selftests: Fix filename reporting in guest asserts
Colton Lewis
2022-06-14
KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possible
Sean Christopherson
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Convert state_test away from VCPU_ID
Sean Christopherson
2022-06-11
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
2022-01-14
kvm: selftests: Add support for KVM_CAP_XSAVE2
Wei Wang
2020-11-16
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
2020-06-11
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
Vitaly Kuznetsov
2020-06-01
selftests: kvm: add a SVM version of state-test
Paolo Bonzini
2020-03-16
selftests: kvm: Uses TEST_FAIL in tests/utilities
Wainer dos Santos Moschetta
2020-03-16
KVM: selftests: Enable printf format warnings for TEST_ASSERT
Andrew Jones
2020-03-16
KVM: selftests: Fix unknown ucall command asserts
Andrew Jones
2020-03-16
KVM: selftests: Convert some printf's to pr_info's
Andrew Jones
2019-07-11
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-06-05
kvm: selftests: hide vcpu_setup in processor code
Paolo Bonzini
2019-05-24
KVM: selftests: Compile code with warnings enabled
Thomas Huth
2019-04-16
selftests: kvm/evmcs_test: complete I/O before migrating guest state
Paolo Bonzini
2019-03-28
KVM: selftests: complete IO before migrating guest state
Sean Christopherson
2018-12-21
selftests: kvm: report failed stage when exit reason is unexpected
Vitaly Kuznetsov
2018-10-17
KVM: selftests: state_test: test bare VMXON migration
Vitaly Kuznetsov
2018-10-17
kvm: selftests: move arch-specific files to arch-specific locations
Andrew Jones