summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests-6.6-fixes' of https://github.com/kvm-x86/linux i...Paolo Bonzini2023-10-159-23/+10
|\
| * KVM: selftests: Zero-initialize entire test_result in memslot perf testSean Christopherson2023-10-061-6/+3
| * KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu2023-10-047-17/+0
| * KVM: selftests: Treat %llx like %lx when formatting guest printfSean Christopherson2023-10-041-0/+7
* | KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson2023-10-122-0/+23
* | KVM: selftests: Load XSAVE state into untouched vCPU during state testSean Christopherson2023-10-121-2/+17
* | KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson2023-10-122-0/+91
|/
* Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-231-16/+42
|\
| * KVM: riscv: selftests: Selectively filter-out AIA registersAnup Patel2023-09-211-2/+21
| * KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-listAnup Patel2023-09-211-14/+21
* | KVM: selftests: Assert that vasprintf() is successfulSean Christopherson2023-09-201-1/+1
|/
* Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-08-318-495/+1386
|\
| * KVM: riscv: selftests: Add get-reg-list testHaibo Xu2023-08-093-0/+876
| * KVM: selftests: Add skip_set facility to get_reg_list testHaibo Xu2023-08-092-6/+16
| * KVM: selftests: Only do get/set tests on present blessed listHaibo Xu2023-08-091-11/+18
| * KVM: arm64: selftests: Move finalize_vcpu back to run_testHaibo Xu2023-08-093-17/+21
| * KVM: arm64: selftests: Move reject_set check logic to a functionHaibo Xu2023-08-092-1/+11
| * KVM: arm64: selftests: Finish generalizing get-reg-listAndrew Jones2023-08-091-5/+21
| * KVM: arm64: selftests: Split get-reg-list test codeAndrew Jones2023-08-093-358/+398
| * KVM: arm64: selftests: Delete core_reg_fixupAndrew Jones2023-08-081-73/+10
| * KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones2023-08-082-38/+38
| * KVM: arm64: selftests: Remove print_reg's dependency on vcpu_configAndrew Jones2023-08-081-26/+26
| * KVM: arm64: selftests: Drop SVE cap check in print_regAndrew Jones2023-08-081-14/+1
| * KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones2023-08-083-18/+22
* | Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-08-312-0/+161
|\ \
| * | KVM: s390: selftests: Add selftest for single-steppingIlya Leoshkevich2023-08-282-0/+161
* | | Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-3154-465/+1377
|\ \ \ | |_|/ |/| |
| * | KVM: selftests: Explicit set #UD when *potentially* injecting exceptionSean Christopherson2023-08-251-0/+3
| * | KVM: selftests: Reload "good" vCPU state if vCPU hits shutdownSean Christopherson2023-08-251-1/+13
| |/
| * KVM: selftests: Test gp event filters don't affect fixed event filtersJinrong Liang2023-08-171-0/+27
| * KVM: selftests: Test if event filter meets expectations on fixed countersJinrong Liang2023-08-171-0/+80
| * KVM: selftests: Add test cases for unsupported PMU event filter input valuesJinrong Liang2023-08-171-0/+26
| * KVM: selftests: Introduce "struct __kvm_pmu_event_filter" to manipulate filterJinrong Liang2023-08-171-92/+90
| * KVM: selftests: Drop the return of remove_event()Jinrong Liang2023-08-171-3/+1
| * KVM: selftests: Add x86 properties for Intel PMU in processor.hJinrong Liang2023-08-171-0/+5
| * KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpersSean Christopherson2023-08-022-10/+6
| * KVM: selftests: Print out guest RIP on unhandled exceptionSean Christopherson2023-08-021-12/+6
| * KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson2023-08-0224-117/+0
| * KVM: selftests: Convert x86's XCR0 test to use printf-based guest assertsSean Christopherson2023-08-021-11/+18
| * KVM: selftests: Convert VMX's PMU capabilities test to printf guest assertsSean Christopherson2023-08-021-13/+15
| * KVM: selftests: Convert the x86 userspace I/O test to printf guest assertSean Christopherson2023-08-021-4/+8
| * KVM: selftests: Convert x86's TSC MSRs test to use printf guest assertsSean Christopherson2023-08-021-1/+3
| * KVM: selftests: Convert the nSVM software interrupt test to printf guest assertsSean Christopherson2023-08-021-10/+12
| * KVM: selftests: Convert x86's set BSP ID test to printf style guest assertsSean Christopherson2023-08-021-3/+5
| * KVM: selftests: Convert x86's nested exceptions test to printf guest assertsSean Christopherson2023-08-021-3/+3
| * KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest assertsSean Christopherson2023-08-021-15/+22
| * KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERTSean Christopherson2023-08-021-4/+6
| * KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERTSean Christopherson2023-08-021-10/+21
| * KVM: selftests: Convert the Hyper-V extended hypercalls test to printf assertsSean Christopherson2023-08-021-1/+2
| * KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERTSean Christopherson2023-08-021-6/+8