summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/set_boot_cpu_id.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-18KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_IDMathias Krause1-0/+16
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson1-1/+0
2023-08-03KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson1-2/+0
2023-08-03KVM: selftests: Convert x86's set BSP ID test to printf style guest assertsSean Christopherson1-3/+5
2022-07-14KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-3/+1
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson1-4/+1
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson1-1/+1
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson1-4/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-2/+2
2022-06-11KVM: selftests: Convert set_boot_cpu_id away from global VCPU_IDsSean Christopherson1-50/+36
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson1-2/+2
2022-06-11KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULTSean Christopherson1-1/+1
2022-06-11KVM: selftests: Rename vm_create_without_vcpus() => vm_create()Sean Christopherson1-1/+1
2022-06-11KVM: selftests: Use vm_create_without_vcpus() in set_boot_cpu_idSean Christopherson1-8/+1
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson1-1/+1
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson1-3/+3
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson1-1/+1
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson1-1/+1
2021-06-24KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong1-2/+0
2021-06-17KVM: selftests: Hoist APIC functions out of individual testsJim Mattson1-5/+1
2021-03-18selftests: kvm: add set_boot_cpu_id testEmanuele Giuseppe Esposito1-0/+166