linux_dsm_epyc7002/tools/testing/selftests/kvm
Andrew Jones 94c4b76b88 KVM: selftests: Introduce steal-time test
The steal-time test confirms what is reported to the guest as stolen
time is consistent with the run_delay reported for the VCPU thread
on the host. Both x86_64 and AArch64 have the concept of steal/stolen
time so this test is introduced for both architectures.

While adding the test we ensure .gitignore has all tests listed
(it was missing s390x/resets) and that the Makefile has all tests
listed in alphabetical order (not really necessary, but it almost
was already...). We also extend the common API with a new num-guest-
pages call and a new timespec call.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-03-16 17:59:07 +01:00
..
include KVM: selftests: Introduce steal-time test 2020-03-16 17:59:07 +01:00
lib KVM: selftests: Introduce steal-time test 2020-03-16 17:59:07 +01:00
s390x KVM: selftests: Use consistent message for test skipping 2020-03-16 17:59:05 +01:00
x86_64 KVM: selftests: virt_map should take npages, not size 2020-03-16 17:59:06 +01:00
.gitignore KVM: selftests: Introduce steal-time test 2020-03-16 17:59:07 +01:00
clear_dirty_log_test.c kvm: selftests: Support dirty log initial-all-set test 2020-03-16 17:57:41 +01:00
config selftests: kvm: Adding config fragments 2019-08-09 16:52:38 +02:00
demand_paging_test.c KVM: selftests: virt_map should take npages, not size 2020-03-16 17:59:06 +01:00
dirty_log_test.c KVM: selftests: virt_map should take npages, not size 2020-03-16 17:59:06 +01:00
kvm_create_max_vcpus.c KVM: selftests: Convert some printf's to pr_info's 2020-03-16 17:57:07 +01:00
Makefile KVM: selftests: Introduce steal-time test 2020-03-16 17:59:07 +01:00
steal_time.c KVM: selftests: Introduce steal-time test 2020-03-16 17:59:07 +01:00