aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/state_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13KVM: selftests: Use this_cpu_has() to detect SVM support in L1Sean Christopherson1-1/+1
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson1-1/+1
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested SVM checksSean Christopherson1-1/+1
2022-07-13KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson1-1/+0
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-2/+1
2022-06-14KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson1-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-9/+9
2022-06-11KVM: selftests: Convert state_test away from VCPU_IDSean Christopherson1-15/+14
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson1-1/+1
2022-01-14kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang1-1/+1
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones1-1/+0
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov1-6/+7
2020-06-01selftests: kvm: add a SVM version of state-testPaolo Bonzini1-12/+50
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta1-3/+3
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones1-2/+2
2020-03-16KVM: selftests: Fix unknown ucall command assertsAndrew Jones1-1/+1
2020-03-16KVM: selftests: Convert some printf's to pr_info'sAndrew Jones1-1/+1
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-06-05kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini1-1/+1
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth1-6/+1
2019-04-16selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini1-14/+1
2019-03-28KVM: selftests: complete IO before migrating guest stateSean Christopherson1-2/+16
2018-12-21selftests: kvm: report failed stage when exit reason is unexpectedVitaly Kuznetsov1-2/+2
2018-10-17KVM: selftests: state_test: test bare VMXON migrationVitaly Kuznetsov1-10/+12
2018-10-17kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones1-0/+197