summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/hardware_disable_test.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Convert hardware_disable_test to pass around vCPU objectsSean Christopherson2022-06-111-17/+8
* KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson2022-06-111-1/+1
* 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 hardware_disable_testSean Christopherson2022-06-111-3/+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: Unconditionally use memslot 0 when loading elf binarySean Christopherson2021-06-241-1/+1
* KVM: selftests: Fix hang in hardware_disable_testDavid Matlack2021-05-271-1/+31
* selftests: kvm: make hardware_disable_test less verboseVitaly Kuznetsov2021-03-301-5/+5
* selftests: kvm: add hardware_disable testIgnacio Alvarado2021-02-151-0/+165