summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/kvm_binary_stats_test.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Use TAP interface in the kvm_binary_stats_testThomas Huth2022-12-291-2/+9
* selftests: KVM: Add exponent check for boolean statsOliver Upton2022-08-011-0/+6
* selftests: KVM: Provide descriptive assertions in kvm_binary_stats_testOliver Upton2022-08-011-8/+16
* selftests: KVM: Check stat name before other fieldsOliver Upton2022-08-011-3/+5
* KVM: selftests: Read binary stat data in libBen Gardon2022-06-241-7/+2
* KVM: selftests: Clean up coding style in binary stats testSean Christopherson2022-06-241-34/+45
* KVM: selftests: Read binary stats desc in libBen Gardon2022-06-241-11/+5
* KVM: selftests: Read binary stats header in libBen Gardon2022-06-241-2/+2
* KVM: selftests: Remove dynamic memory allocation for stats headerBen Gardon2022-06-241-31/+27
* KVM: selftests: kvm_binary_stats_test: Fix index expressionsAndrew Jones2022-06-141-2/+2
* 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: Return an 'unsigned int' from kvm_check_cap()Sean Christopherson2022-06-111-1/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-1/+1
* KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDsSean Christopherson2022-06-111-4/+9
* KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson2022-06-111-1/+1
* KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson2022-06-111-1/+1
* KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson2022-06-111-5/+1
* KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpersSean Christopherson2022-06-111-5/+1
* KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson2022-06-111-2/+1
* KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson2022-06-111-1/+1
* KVM: selftests: Add checks for histogram stats bucket_size fieldJing Zhang2021-08-201-0/+12
* KVM: selftests: Add selftest for KVM statistics data binary interfaceJing Zhang2021-06-241-0/+237