summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/kvm_util.c
AgeCommit message (Expand)Author
2021-12-20selftests: KVM: Fix non-x86 compilingAndrew Jones
2021-12-10selftests: KVM: avoid failures due to reserved HyperTransport regionPaolo Bonzini
2021-11-16Merge branch 'kvm-selftest' into kvm-masterPaolo Bonzini
2021-11-16KVM: selftests: Require GPA to be aligned when backed by hugepagesSean Christopherson
2021-11-16KVM: selftests: Assert mmap HVA is aligned when using HugeTLBSean Christopherson
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson
2021-11-16KVM: selftests: Explicitly state indicies for vm_guest_mode_params arraySean Christopherson
2021-11-11selftest: KVM: Add open sev dev helperPeter Gonda
2021-10-22KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth
2021-10-18selftests: KVM: Add helpers for vCPU device attributesOliver Upton
2021-10-18selftests: KVM: Fix kvm device helper ioctl assertionsOliver Upton
2021-07-14Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2021-07-06KVM: selftests: introduce P44V64 for z196 and EC12Christian Borntraeger
2021-06-24KVM: selftests: Add selftest for KVM statistics data binary interfaceJing Zhang
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson
2021-06-24KVM: selftests: Lower the min virtual address for misc page allocationsSean Christopherson
2021-06-24KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson
2021-06-24KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong
2021-06-17KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba
2021-06-08selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan
2021-06-08KVM: selftests: introduce P47V64 for s390xChristian Borntraeger
2021-05-27KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen
2021-05-27KVM: selftests: create alias mappings when using shared memoryAxel Rasmussen
2021-05-27KVM: selftests: add shmem backing source typeAxel Rasmussen
2021-05-27KVM: selftests: refactor vm_mem_backing_src_type flagsAxel Rasmussen
2021-05-27KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack
2021-05-27KVM: selftests: trivial comment/logging fixesAxel Rasmussen
2021-05-27KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()David Matlack
2021-05-27KVM: selftests: Keep track of memslots more efficientlyMaciej S. Szmigiero
2021-05-27selftests: kvm: fix potential issue with ELF loadingPaolo Bonzini
2021-05-27selftests: kvm: make allocation of extra memory take effectZhenzhong Duan
2021-04-26selftests: kvm: Fix the check of return valueZhenzhong Duan
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini
2021-04-20KVM: selftests: Adapt vm_userspace_mem_region_add to new helpersYanan Wang
2021-04-20KVM: selftests: List all hugetlb src types specified with page sizesYanan Wang
2021-04-20KVM: selftests: Make a generic helper to get vm guest mode stringsYanan Wang
2021-04-07KVM: selftests: vgic_init kvm selftests fixupEric Auger
2021-04-06KVM: selftests: aarch64/vgic-v3 init sequence testsEric Auger
2021-03-18selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito
2021-03-02selftests: kvm: Mmap the entire vcpu mmap areaAaron Lewis
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins
2021-01-07KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones
2020-12-11selftests: kvm: Test MSR exiting to userspaceAaron Lewis
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones
2020-11-15KVM: selftests: Introduce vm_create_[default_]_with_vcpusAndrew Jones
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones