]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: selftests: Move Hyper-V specific functions out of processor.c
authorVitaly Kuznetsov <vkuznets@redhat.com>
Fri, 16 Aug 2024 13:01:38 +0000 (15:01 +0200)
committerSean Christopherson <seanjc@google.com>
Thu, 22 Aug 2024 19:14:42 +0000 (12:14 -0700)
commit24a7e944966cc8a285e6581dcc98edebeee76c97
tree7d903c2834e4ee1249daeea48dd178341c8f96b6
parent47ac09b91befbb6a235ab620c32af719f8208399
KVM: selftests: Move Hyper-V specific functions out of processor.c

Since there is 'hyperv.c' for Hyper-V specific functions already, move
Hyper-V specific functions out of processor.c there.

No functional change intended.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Link: https://lore.kernel.org/r/20240816130139.286246-2-vkuznets@redhat.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/include/x86_64/hyperv.h
tools/testing/selftests/kvm/include/x86_64/processor.h
tools/testing/selftests/kvm/lib/x86_64/hyperv.c
tools/testing/selftests/kvm/lib/x86_64/processor.c
tools/testing/selftests/kvm/x86_64/xen_vmcall_test.c