summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-113-9/+99
|\
| * KVM: selftests: Add helpers to read integer module paramsSean Christopherson2024-01-301-6/+56
| * KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assetsJinrong Liang2024-01-301-0/+31
| * KVM: selftests: Add vcpu_set_cpuid_property() to set propertiesJinrong Liang2024-01-301-3/+12
* | Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-118-53/+270
|\ \
| * | KVM: selftests: Add a basic SEV-ES smoke testSean Christopherson2024-02-282-2/+6
| * | KVM: selftests: Add library for creating and interacting with SEV guestsPeter Gonda2024-02-283-0/+128
| * | KVM: selftests: Allow tagging protected memory in guest page tablesPeter Gonda2024-02-282-1/+31
| * | KVM: selftests: Explicitly ucall pool from shared memoryPeter Gonda2024-02-281-1/+2
| * | KVM: selftests: Add support for protected vm_vaddr_* allocationsMichael Roth2024-02-281-5/+21
| * | KVM: selftests: Add support for allocating/managing protected guest memoryPeter Gonda2024-02-281-4/+18
| * | KVM: selftests: Make sparsebit structs const where appropriateMichael Roth2024-02-281-24/+24
| * | KVM: selftests: Extend VM creation's @shape to allow control of VM subtypeSean Christopherson2024-02-281-0/+1
| * | KVM: selftests: Move setting a vCPU's entry point to a dedicated APISean Christopherson2024-02-284-18/+41
| |/
* | KVM: riscv: selftests: Change vcpu_has_ext to a common functionHaibo Xu2024-03-061-0/+10
* | KVM: riscv: selftests: Add guest helper to get vcpu idHaibo Xu2024-03-061-0/+8
* | KVM: riscv: selftests: Add exception handling supportHaibo Xu2024-03-062-0/+170
* | KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov2024-02-011-2/+3
* | KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov2024-02-012-0/+35
* | KVM: selftests: Fail tests when open() fails with !ENOENTVitaly Kuznetsov2024-01-301-1/+2
* | KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones2024-01-302-8/+8
* | KVM: selftests: s390x: Remove redundant newlinesAndrew Jones2024-01-291-1/+1
* | KVM: selftests: riscv: Remove redundant newlinesAndrew Jones2024-01-291-1/+1
* | KVM: selftests: aarch64: Remove redundant newlinesAndrew Jones2024-01-292-3/+3
* | KVM: selftests: Remove redundant newlinesAndrew Jones2024-01-294-11/+11
|/
* Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2024-01-083-41/+81
|\
| * KVM: selftests: arm64: Support P52V48 4K and 16K guest_modesRyan Roberts2023-11-273-9/+35
| * KVM: selftests: arm64: Determine max ipa size per-page sizeRyan Roberts2023-11-272-32/+46
* | Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-022-28/+47
|\ \
| * | RISC-V: KVM: selftests: Add guest_sbi_probe_extensionAndrew Jones2023-12-301-0/+19
| * | RISC-V: KVM: selftests: Move sbi_ecall to processor.cAndrew Jones2023-12-302-26/+26
| * | KVM: riscv: selftests: Add RISCV_SBI_EXT_REGAndrew Jones2023-12-291-2/+2
| |/
* | KVM: selftests: Add logic to detect if ioctl() failed because VM was killedSean Christopherson2023-11-291-1/+1
* | KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helperChao Peng2023-11-141-0/+29
* | KVM: selftests: Introduce VM "shape" to allow tests to specify the VM typeSean Christopherson2023-11-142-22/+24
* | KVM: selftests: Add helpers to convert guest memory b/w private and sharedVishal Annapurve2023-11-141-0/+28
* | KVM: selftests: Add support for creating private memslotsSean Christopherson2023-11-141-31/+45
* | KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2Sean Christopherson2023-11-141-9/+10
* | KVM: selftests: Drop unused kvm_userspace_memory_region_find() helperSean Christopherson2023-11-141-29/+0
|/
* Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-311-3/+3
|\
| * tools headers arm64: Update sysreg.h with kernel sourcesJing Zhang2023-10-181-3/+3
* | KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu2023-10-041-2/+0
* | KVM: selftests: Treat %llx like %lx when formatting guest printfSean Christopherson2023-10-041-0/+7
|/
* 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-311-0/+15
|\
| * KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones2023-08-081-0/+15
* | KVM: selftests: Print out guest RIP on unhandled exceptionSean Christopherson2023-08-021-12/+6
* | KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson2023-08-024-35/+1
* | KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson2023-08-021-0/+22
* | KVM: selftests: Add string formatting options to ucallAaron Lewis2023-08-021-0/+17