KVM: selftests: move Hyper-V MSR definitions to hyperv.h
authorVitaly Kuznetsov <vkuznets@redhat.com>
Fri, 21 May 2021 09:52:02 +0000 (11:52 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Jun 2021 17:09:45 +0000 (13:09 -0400)
commit75a3f4287fdbdca406b5a087cbc67fad313bce7d
treee75e99934c543bc669f6e487982c3ab5bfb643f7
parent445caed0213acef29b9d3822b6906f99860ca9ab
KVM: selftests: move Hyper-V MSR definitions to hyperv.h

These defines can be shared by multiple tests, move them to a dedicated
header.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210521095204.2161214-29-vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/include/x86_64/hyperv.h [new file with mode: 0644]
tools/testing/selftests/kvm/x86_64/hyperv_clock.c