summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests-6.6-fixes' of https://github.com/kvm-x86/linux i...Paolo Bonzini2023-10-151-2/+0
|\
| * KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu2023-10-041-2/+0
* | KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson2023-10-121-0/+9
* | KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson2023-10-121-0/+14
|/
* Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-08-313-0/+26
|\
| * KVM: riscv: selftests: Add get-reg-list testHaibo Xu2023-08-091-0/+3
| * KVM: selftests: Add skip_set facility to get_reg_list testHaibo Xu2023-08-091-0/+2
| * KVM: arm64: selftests: Move finalize_vcpu back to run_testHaibo Xu2023-08-091-0/+3
| * KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones2023-08-081-0/+16
| * KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones2023-08-081-0/+2
* | Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-318-72/+133
|\ \ | |/ |/|
| * 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: Rip out old, param-based guest assert macrosSean Christopherson2023-08-021-71/+0
| * KVM: selftests: Add #define of expected KVM exit reason for ucallSean Christopherson2023-08-024-0/+8
| * KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson2023-08-025-0/+65
| * KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson2023-08-021-0/+48
| * KVM: selftests: Add string formatting options to ucallAaron Lewis2023-08-021-0/+7
| * KVM: selftests: Add additional pages to the guest to accommodate ucallAaron Lewis2023-08-021-0/+1
| * KVM: selftests: Add guest_snprintf() to KVM selftestsAaron Lewis2023-08-021-0/+3
| * KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()Sean Christopherson2023-08-021-8/+7
| * KVM: selftests: Rename the ASSERT_EQ macroThomas Huth2023-08-021-2/+2
* | KVM: selftests: Use pread() to read binary stats headerSean Christopherson2023-07-291-2/+4
|/
* KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu2023-06-061-0/+1
* KVM: selftests: Move dirty logging functions to memstress.(c|h)Ben Gardon2023-06-011-0/+8
* Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-262-11/+73
|\
| * KVM: selftests: Add test to verify KVM's supported XCR0Aaron Lewis2023-04-111-0/+20
| * KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis2023-04-111-8/+17
| * KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson2023-04-111-3/+3
| * KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis2023-04-111-0/+18
| * KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis2023-03-241-0/+1
| * KVM: selftests: Check that the palette table exists before using itAaron Lewis2023-03-241-0/+1
| * KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang2023-03-241-0/+12
| * KVM: selftests: Add a helper to read kvm boolean module parametersLike Xu2023-03-241-0/+1
* | Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-261-7/+38
|\ \
| * | KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRsSean Christopherson2023-04-061-1/+16
| * | KVM: selftests: Print out failing MSR and value in vcpu_set_msr()Sean Christopherson2023-04-061-8/+24
| |/
* / KVM: selftests: Add a helper for SMCCC calls with SMC instructionOliver Upton2023-04-051-0/+13
|/
* KVM: selftests: Print expected and actual exit reason in KVM exit reason assertVipin Sharma2023-03-141-1/+2
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-0/+8
* KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson2023-03-141-0/+2
* Merge tag 'kvm-x86-selftests-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-151-4/+26
|\
| * KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve2023-01-241-0/+3
| * KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve2023-01-241-3/+22
| * KVM: selftests: Fix a typo in the vcpu_msrs_set assertAaron Lewis2023-01-241-1/+1
* | KVM: selftests: Test Hyper-V extended hypercall enablementVipin Sharma2023-02-011-0/+5
|/
* KVM: selftests: Test Hyper-V invariant TSC controlVitaly Kuznetsov2022-12-292-0/+4
* KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()Vitaly Kuznetsov2022-12-291-47/+94
* Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini2022-12-123-12/+35
|\
| * KVM: arm64: selftests: Enable single-step without a "full" ucall()Sean Christopherson2022-12-021-0/+8