summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/svm_nested_soft_inject_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson1-3/+0
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson1-1/+1
2023-12-01KVM: selftests: Fix benign %llx vs. %lx issues in guest assertsSean Christopherson1-2/+2
2023-08-03KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson1-2/+0
2023-08-03KVM: selftests: Convert the nSVM software interrupt test to printf guest assertsSean Christopherson1-10/+12
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma1-5/+1
2022-12-28KVM: selftests: restore special vmmcall code layout needed by the harnessPaolo Bonzini1-2/+11
2022-11-17KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve1-3/+0
2022-07-14KVM: selftests: Use kvm_cpu_has() for nSVM soft INT injection testSean Christopherson1-5/+2
2022-07-14KVM: selftests: Use kvm_cpu_has() for nested SVM checksSean Christopherson1-1/+1
2022-07-14KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usageSean Christopherson1-2/+1
2022-07-14KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-2/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-5/+5
2022-06-11KVM: selftests: Convert svm_nested_soft_inject_test away from VCPU_IDSean Christopherson1-8/+8
2022-06-11KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistencySean Christopherson1-1/+1
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson1-1/+0
2022-06-08KVM: selftests: nSVM: Add svm_nested_soft_inject_testMaciej S. Szmigiero1-0/+217