aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm/set_memory_region_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusiveSean Christopherson1-0/+6
2024-02-22KVM: selftests: Create GUEST_MEMFD for relevant invalid flags testcasesSean Christopherson1-1/+5
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones1-3/+3
2023-12-08Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+3
2023-12-08KVM: selftests: fix supported_flags for aarch64Paolo Bonzini1-1/+3
2023-12-01KVM: selftests: Fix benign %llx vs. %lx issues in guest assertsSean Christopherson1-3/+3
2023-11-21selftests/kvm: fix compilation on non-x86_64 platformsPaolo Bonzini1-6/+6
2023-11-14KVM: selftests: Add a memory region subtest to validate invalid flagsSean Christopherson1-0/+49
2023-11-14KVM: selftests: Expand set_memory_region_test to validate guest_memfd()Chao Peng1-2/+102
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson1-2/+0
2023-08-02KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERTSean Christopherson1-9/+14
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma1-5/+1
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve1-3/+0
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma1-1/+1
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma1-1/+1
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-2/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-4/+4
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson1-1/+1
2022-06-11KVM: selftests: Convert set_memory_region_test away from VCPU_IDSean Christopherson1-18/+18
2022-06-11KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson1-2/+2
2022-06-11KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson1-2/+1
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson1-2/+2
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson1-2/+2
2022-03-08KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utilsSean Christopherson1-27/+8
2021-07-14Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-3/+4
2021-07-06KVM: selftests: do not require 64GB in set_memory_region_testChristian Borntraeger1-1/+2
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson1-1/+1
2021-06-24KVM: selftests: Fix mapping length truncation in m{,un}map()Zenghui Yu1-2/+2
2021-04-26KVM: selftests: Speed up set_memory_region_testVitaly Kuznetsov1-16/+45
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2020-12-03selftests: kvm/set_memory_region_test: Fix race in move region testMaciej S. Szmigiero1-4/+13
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones1-2/+0
2020-04-21selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts downPaolo Bonzini1-4/+9
2020-04-15selftests: kvm: Add testcase for creating max number of memslotsWainer dos Santos Moschetta1-4/+61
2020-04-15KVM: selftests: Make set_memory_region_test common to all architecturesSean Christopherson1-0/+346