summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/kvm_binary_stats_test.c
AgeCommit message (Expand)AuthorLines
2022-08-01selftests: KVM: Add exponent check for boolean statsOliver Upton-0/+6
2022-08-01selftests: KVM: Provide descriptive assertions in kvm_binary_stats_testOliver Upton-8/+16
2022-08-01selftests: KVM: Check stat name before other fieldsOliver Upton-3/+5
2022-06-24KVM: selftests: Read binary stat data in libBen Gardon-7/+2
2022-06-24KVM: selftests: Clean up coding style in binary stats testSean Christopherson-34/+45
2022-06-24KVM: selftests: Read binary stats desc in libBen Gardon-11/+5
2022-06-24KVM: selftests: Read binary stats header in libBen Gardon-2/+2
2022-06-24KVM: selftests: Remove dynamic memory allocation for stats headerBen Gardon-31/+27
2022-06-14KVM: selftests: kvm_binary_stats_test: Fix index expressionsAndrew Jones-2/+2
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson-4/+1
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson-1/+1
2022-06-11KVM: selftests: Return an 'unsigned int' from kvm_check_cap()Sean Christopherson-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson-1/+1
2022-06-11KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDsSean Christopherson-4/+9
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson-1/+1
2022-06-11KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson-1/+1
2022-06-11KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson-5/+1
2022-06-11KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpersSean Christopherson-5/+1
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson-2/+1
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson-1/+1
2021-08-20KVM: selftests: Add checks for histogram stats bucket_size fieldJing Zhang-0/+12
2021-06-24KVM: selftests: Add selftest for KVM statistics data binary interfaceJing Zhang-0/+237