summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/set_memory_region_test.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson2023-08-021-2/+0
* KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERTSean Christopherson2023-08-021-9/+14
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-5/+1
* KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve2022-11-161-3/+0
* KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma2022-11-161-1/+1
* KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma2022-11-161-1/+1
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-131-2/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-4/+4
* KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson2022-06-111-1/+1
* KVM: selftests: Convert set_memory_region_test away from VCPU_IDSean Christopherson2022-06-111-18/+18
* KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson2022-06-111-2/+2
* KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson2022-06-111-2/+1
* KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson2022-06-111-2/+2
* KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson2022-06-111-2/+2
* KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utilsSean Christopherson2022-03-081-27/+8
* Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2021-07-141-3/+4
|\
| * KVM: selftests: do not require 64GB in set_memory_region_testChristian Borntraeger2021-07-061-1/+2
| * KVM: selftests: Fix mapping length truncation in m{,un}map()Zenghui Yu2021-06-241-2/+2
* | KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson2021-06-241-1/+1
|/
* KVM: selftests: Speed up set_memory_region_testVitaly Kuznetsov2021-04-261-16/+45
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-2/+0
|\
| * KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones2020-11-161-2/+0
* | selftests: kvm/set_memory_region_test: Fix race in move region testMaciej S. Szmigiero2020-12-031-4/+13
|/
* selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts downPaolo Bonzini2020-04-211-4/+9
* selftests: kvm: Add testcase for creating max number of memslotsWainer dos Santos Moschetta2020-04-151-4/+61
* KVM: selftests: Make set_memory_region_test common to all architecturesSean Christopherson2020-04-151-0/+346