aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm/hardware_disable_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones1-3/+3
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson1-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-1/+1
2022-06-11KVM: selftests: Convert hardware_disable_test to pass around vCPU objectsSean Christopherson1-17/+8
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson1-1/+1
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 hardware_disable_testSean Christopherson1-3/+1
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson1-1/+1
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-05-27KVM: selftests: Fix hang in hardware_disable_testDavid Matlack1-1/+31
2021-03-30selftests: kvm: make hardware_disable_test less verboseVitaly Kuznetsov1-5/+5
2021-02-15selftests: kvm: add hardware_disable testIgnacio Alvarado1-0/+165