selftests: kvm: Add basic Hyper-V clocksources tests
authorVitaly Kuznetsov <vkuznets@redhat.com>
Thu, 18 Mar 2021 14:09:49 +0000 (15:09 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Mar 2021 15:38:58 +0000 (11:38 -0400)
commit2c7f76b4c42bd5d953bc821e151644434865f999
tree5133ab0b3059e12e6e4df24c950649bc7d99379c
parent0469f2f7ab4c6a6cae4b74c4f981c4da6d909411
selftests: kvm: Add basic Hyper-V clocksources tests

Introduce a new selftest for Hyper-V clocksources (MSR-based reference TSC
and TSC page). As a starting point, test the following:
1) Reference TSC is 1Ghz clock.
2) Reference TSC and TSC page give the same reading.
3) TSC page gets updated upon KVM_SET_CLOCK call.
4) TSC page does not get updated when guest opted for reenlightenment.
5) Disabled TSC page doesn't get updated.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Message-Id: <20210318140949.1065740-1-vkuznets@redhat.com>
[Add a host-side test using TSC + KVM_GET_MSR too. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/.gitignore
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/x86_64/hyperv_clock.c [new file with mode: 0644]