]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4ee09b7b8faa22812b1bc44298c696a7ea3c4ba5
treee75e99934c543bc669f6e487982c3ab5bfb643f7
parentdb0b4bbd100448236bf02599c068abce98f3b470
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