summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov1-1/+1
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov2-0/+4
2024-01-08Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini3-4/+5
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-17/+46
2023-12-30RISC-V: KVM: selftests: Add steal_time test supportAndrew Jones1-0/+1
2023-12-30RISC-V: KVM: selftests: Add guest_sbi_probe_extensionAndrew Jones1-0/+21
2023-12-29RISC-V: KVM: selftests: Treat SBI ext regs like ISA ext regsAndrew Jones1-0/+1
2023-12-29KVM: riscv: selftests: Add RISCV_SBI_EXT_REGAndrew Jones1-17/+23
2023-12-01KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()Sean Christopherson2-4/+5
2023-11-30KVM: selftests: Add logic to detect if ioctl() failed because VM was killedSean Christopherson1-5/+34
2023-11-30KVM: selftests: Drop the single-underscore ioctl() helpersSean Christopherson1-17/+13
2023-11-27KVM: selftests: arm64: Support P52V48 4K and 16K guest_modesRyan Roberts1-0/+1
2023-11-27KVM: selftests: arm64: Determine max ipa size per-page sizeRyan Roberts2-4/+4
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini4-14/+167
2023-11-14KVM: selftests: Expand set_memory_region_test to validate guest_memfd()Chao Peng1-0/+12
2023-11-14KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helperChao Peng1-0/+7
2023-11-14KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more dataSean Christopherson1-0/+11
2023-11-14KVM: selftests: Introduce VM "shape" to allow tests to specify the VM typeSean Christopherson1-9/+45
2023-11-14KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)Vishal Annapurve1-0/+15
2023-11-14KVM: selftests: Add helpers to convert guest memory b/w private and sharedVishal Annapurve1-0/+48
2023-11-14KVM: selftests: Add support for creating private memslotsSean Christopherson2-0/+28
2023-11-14KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2Sean Christopherson1-1/+1
2023-11-14KVM: selftests: Drop unused kvm_userspace_memory_region_find() helperSean Christopherson1-4/+0
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2023-11-02Merge tag 'linux_kselftest-next-6.7-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+4
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-0/+1
2023-10-25KVM: selftests: aarch64: vPMU register test for unimplemented countersReiji Watanabe1-0/+1
2023-10-15Merge tag 'kvm-x86-selftests-6.6-fixes' of https://github.com/kvm-x86/linux i...Paolo Bonzini1-2/+0
2023-10-13selftests/kvm: Replace attribute with macroMaciej Wieczor-Retman1-4/+4
2023-10-12KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson1-0/+9
2023-10-12KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson1-0/+14
2023-10-04KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu1-2/+0
2023-08-31Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-0/+26
2023-08-31Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini8-72/+133
2023-08-17KVM: selftests: Add x86 properties for Intel PMU in processor.hJinrong Liang1-0/+5
2023-08-09KVM: riscv: selftests: Add get-reg-list testHaibo Xu1-0/+3
2023-08-09KVM: selftests: Add skip_set facility to get_reg_list testHaibo Xu1-0/+2
2023-08-09KVM: arm64: selftests: Move finalize_vcpu back to run_testHaibo Xu1-0/+3
2023-08-08KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones1-0/+16
2023-08-08KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones1-0/+2
2023-08-03KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpersSean Christopherson2-10/+6
2023-08-03KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson1-71/+0
2023-08-03KVM: selftests: Add #define of expected KVM exit reason for ucallSean Christopherson4-0/+8
2023-08-03KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson5-0/+65
2023-08-03KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson1-0/+48
2023-08-03KVM: selftests: Add string formatting options to ucallAaron Lewis1-0/+7
2023-08-03KVM: selftests: Add additional pages to the guest to accommodate ucallAaron Lewis1-0/+1
2023-08-03KVM: selftests: Add guest_snprintf() to KVM selftestsAaron Lewis1-0/+3
2023-08-03KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()Sean Christopherson1-8/+7
2023-08-03KVM: selftests: Rename the ASSERT_EQ macroThomas Huth1-2/+2