summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/set_memory_region_test.c
AgeCommit message (Expand)Author
2024-02-22KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusiveSean Christopherson
2024-02-22KVM: selftests: Create GUEST_MEMFD for relevant invalid flags testcasesSean Christopherson
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones
2023-12-08Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini
2023-12-08KVM: selftests: fix supported_flags for aarch64Paolo Bonzini
2023-12-01KVM: selftests: Fix benign %llx vs. %lx issues in guest assertsSean Christopherson
2023-11-21selftests/kvm: fix compilation on non-x86_64 platformsPaolo Bonzini
2023-11-14KVM: selftests: Add a memory region subtest to validate invalid flagsSean Christopherson
2023-11-14KVM: selftests: Expand set_memory_region_test to validate guest_memfd()Chao Peng
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson
2023-08-02KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERTSean Christopherson
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson
2022-06-11KVM: selftests: Convert set_memory_region_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson
2022-06-11KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson
2022-03-08KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utilsSean Christopherson
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: do not require 64GB in set_memory_region_testChristian Borntraeger
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson
2021-06-24KVM: selftests: Fix mapping length truncation in m{,un}map()Zenghui Yu
2021-04-26KVM: selftests: Speed up set_memory_region_testVitaly Kuznetsov
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-03selftests: kvm/set_memory_region_test: Fix race in move region testMaciej S. Szmigiero
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones
2020-04-21selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts downPaolo Bonzini
2020-04-15selftests: kvm: Add testcase for creating max number of memslotsWainer dos Santos Moschetta
2020-04-15KVM: selftests: Make set_memory_region_test common to all architecturesSean Christopherson