summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/kvm_create_max_vcpus.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-291-2/+0
* KVM: selftests: Remove redundant newlinesAndrew Jones2024-01-291-1/+1
* KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-111-4/+2
* KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson2022-06-111-1/+1
* KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson2022-06-111-1/+1
* KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson2022-06-111-1/+1
* KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson2022-06-111-1/+1
* KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILEVitaly Kuznetsov2021-11-261-0/+30
* kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
* KVM: selftests: Convert some printf's to pr_info'sAndrew Jones2020-03-161-4/+4
* selftests: kvm: Simplify loop in kvm_create_max_vcpus testWainer dos Santos Moschetta2019-11-151-5/+2
* Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-07-151-3/+1
* KVM: selftests: Move kvm_create_max_vcpus test to generic codeThomas Huth2019-06-041-0/+71