summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/set_boot_cpu_id.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson2023-08-021-2/+0
* KVM: selftests: Convert x86's set BSP ID test to printf style guest assertsSean Christopherson2023-08-021-3/+5
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-131-3/+1
* KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-111-4/+1
* KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson2022-06-111-1/+1
* KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson2022-06-111-4/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-2/+2
* KVM: selftests: Convert set_boot_cpu_id away from global VCPU_IDsSean Christopherson2022-06-111-50/+36
* KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson2022-06-111-2/+2
* KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULTSean Christopherson2022-06-111-1/+1
* KVM: selftests: Rename vm_create_without_vcpus() => vm_create()Sean Christopherson2022-06-111-1/+1
* KVM: selftests: Use vm_create_without_vcpus() in set_boot_cpu_idSean Christopherson2022-06-111-8/+1
* KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson2022-06-111-1/+1
* KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson2022-06-111-3/+3
* KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson2022-06-111-1/+1
* KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson2021-06-241-1/+1
* KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong2021-06-241-2/+0
* KVM: selftests: Hoist APIC functions out of individual testsJim Mattson2021-06-171-5/+1
* selftests: kvm: add set_boot_cpu_id testEmanuele Giuseppe Esposito2021-03-181-0/+166