summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/kvm_binary_stats_test.c
AgeCommit message (Expand)Author
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson
2023-07-29KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson
2023-07-29KVM: selftests: Use pread() to read binary stats headerSean Christopherson
2023-01-24KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_testJing Zhang
2022-12-29KVM: selftests: Use TAP interface in the kvm_binary_stats_testThomas Huth
2022-08-01selftests: KVM: Add exponent check for boolean statsOliver Upton
2022-08-01selftests: KVM: Provide descriptive assertions in kvm_binary_stats_testOliver Upton
2022-08-01selftests: KVM: Check stat name before other fieldsOliver Upton
2022-06-24KVM: selftests: Read binary stat data in libBen Gardon
2022-06-24KVM: selftests: Clean up coding style in binary stats testSean Christopherson
2022-06-24KVM: selftests: Read binary stats desc in libBen Gardon
2022-06-24KVM: selftests: Read binary stats header in libBen Gardon
2022-06-24KVM: selftests: Remove dynamic memory allocation for stats headerBen Gardon
2022-06-14KVM: selftests: kvm_binary_stats_test: Fix index expressionsAndrew Jones
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson
2022-06-11KVM: selftests: Return an 'unsigned int' from kvm_check_cap()Sean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDsSean Christopherson
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson
2022-06-11KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson
2022-06-11KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson
2022-06-11KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpersSean Christopherson
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson
2021-08-20KVM: selftests: Add checks for histogram stats bucket_size fieldJing Zhang
2021-06-24KVM: selftests: Add selftest for KVM statistics data binary interfaceJing Zhang