summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/kvm_util.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-0/+11
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton1-0/+10
2025-12-01KVM: arm64: selftests: Add test for AT emulationOliver Upton1-0/+10
2025-11-26Merge tag 'kvm-x86-selftests-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-17/+16
2025-11-21KVM: selftests: Make sure vm->vpages_mapped is always up-to-dateYosry Ahmed1-3/+0
2025-11-21KVM: selftests: Change VM_MODE_PXXV48_4K to VM_MODE_PXXVYY_4KJim Mattson1-14/+16
2025-11-12KVM: selftests: Test for KVM_EXIT_ARM_SEAJiaqi Yan1-0/+1
2025-11-03KVM: selftests: Rename "guest_paddr" variables to "gpa"Sean Christopherson1-25/+21
2025-10-20KVM: selftests: Report stacktraces SIGBUS, SIGSEGV, SIGILL, and SIGFPE by def...Sean Christopherson1-0/+24
2025-10-20KVM: selftests: Define wrappers for common syscalls to assert successSean Christopherson1-23/+8
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-29/+15
2025-10-13KVM: selftests: Fix irqfd_test for non-x86 architecturesOliver Upton1-0/+5
2025-10-11KVM: selftests: Add wrappers for mmap() and munmap() to assert successSean Christopherson1-29/+15
2025-09-30Merge tag 'kvm-x86-selftests-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-36/+6
2025-09-24KVM: arm64: selftests: Create a VGICv3 for 'default' VMsOliver Upton1-2/+13
2025-08-19KVM: selftests: Move Intel and AMD module param helpers to x86/processor.hSean Christopherson1-32/+2
2025-08-19KVM: selftests: Fix signedness issue with vCPU mmap size checkJames Houghton1-4/+4
2025-07-29Merge tag 'kvm-x86-selftests-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-4/+19
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-8/+7
2025-07-09KVM: selftests: Expand set of APIs for pinning tasks to a single CPUSean Christopherson1-8/+7
2025-06-20KVM: selftests: Fall back to split IRQ chip if full in-kernel chip is unsuppo...Sean Christopherson1-1/+12
2025-06-20KVM: selftests: Play nice with EACCES errors in open_path_or_exit()Sean Christopherson1-2/+3
2025-06-20KVM: selftests: Add __open_path_or_exit() variant to provide extra help infoSean Christopherson1-4/+15
2025-06-20KVM: selftests: Verify KVM is loaded when getting a KVM module paramSean Christopherson1-0/+3
2025-05-27Merge tag 'kvm-x86-selftests-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+19
2025-05-20KVM: selftests: Add VM_MODE_P47V47_16K VM modeBibo Mao1-0/+3
2025-05-02KVM: selftests: Force GUEST_MEMFD flag for SNP VM typePratik R. Sampat1-2/+19
2025-04-04selftests: kvm: bring list of exit reasons up to datePaolo Bonzini1-3/+2
2025-02-14KVM: selftests: Add infrastructure for getting vCPU binary statsSean Christopherson1-19/+13
2025-02-14KVM: selftests: Adjust number of files rlimit for all "standard" VMsSean Christopherson1-0/+34
2025-02-14KVM: selftests: Get VM's binary stats FD when opening VMSean Christopherson1-4/+11
2025-02-14KVM: selftests: Add struct and helpers to wrap binary stats cacheSean Christopherson1-20/+27
2025-02-14KVM: selftests: Assert that __vm_get_stat() actually finds a statSean Christopherson1-2/+3
2025-02-12KVM: selftests: Close VM's binary stats FD when releasing VMSean Christopherson1-6/+9
2025-02-12KVM: selftests: Fix mostly theoretical leak of VM's binary stats FDSean Christopherson1-2/+2
2024-12-19KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeededSean Christopherson1-1/+2
2024-11-11KVM: selftests: Don't bother deleting memslots in KVM when freeing VMsSean Christopherson1-4/+6
2024-08-30KVM: selftests: Always unlink memory regions when deleting (VM free)Sean Christopherson1-9/+6
2024-08-30KVM: selftests: Remove unused kvm_memcmp_hva_gva()Sean Christopherson1-70/+0
2024-06-27KVM: selftests: Print the seed for the guest pRNG iff it has changedSean Christopherson1-2/+7
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini1-2/+10
2024-05-12Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+8
2024-05-03KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslotsSean Christopherson1-0/+8
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson1-0/+1
2024-04-29KVM: selftests: Provide a global pseudo-RNG instance for all testsSean Christopherson1-0/+9
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson1-2/+0
2024-04-11selftests: kvm: switch to using KVM_X86_*_VMPaolo Bonzini1-1/+0
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-6/+56
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-9/+58
2024-02-29KVM: selftests: Add library for creating and interacting with SEV guestsPeter Gonda1-0/+1