summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/hardware_disable_test.c
AgeCommit message (Expand)AuthorLines
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson-1/+1
2022-06-11KVM: selftests: Convert hardware_disable_test to pass around vCPU objectsSean Christopherson-17/+8
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson-1/+1
2022-06-11KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULTSean Christopherson-1/+1
2022-06-11KVM: selftests: Rename vm_create_without_vcpus() => vm_create()Sean Christopherson-1/+1
2022-06-11KVM: selftests: Use vm_create_without_vcpus() in hardware_disable_testSean Christopherson-3/+1
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson-1/+1
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson-1/+1
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson-1/+1
2021-05-27KVM: selftests: Fix hang in hardware_disable_testDavid Matlack-1/+31
2021-03-30selftests: kvm: make hardware_disable_test less verboseVitaly Kuznetsov-5/+5
2021-02-15selftests: kvm: add hardware_disable testIgnacio Alvarado-0/+165