diff options
author | Sean Christopherson <seanjc@google.com> | 2022-11-01 17:53:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-20 13:35:12 +0300 |
commit | 38b091c8a3f25739d6ea096b0ccbe23c26450140 (patch) | |
tree | 8b97fc07a68cf1b09f8a53074b005b646dad774a /arch/x86/kvm/svm | |
parent | 59ef934fcc52e1146b22575f1d4905d66bfc50fd (diff) | |
download | linux-38b091c8a3f25739d6ea096b0ccbe23c26450140.tar.xz |
KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
[ Upstream commit 381fc63ac0754e05d3921e9d399b89dfdfd2b2e5 ]
Move Hyper-V's VMCB "struct hv_enlightenments" to the svm.h header so
that the struct can be referenced in "struct vmcb_control_area".
Alternatively, a dedicated header for SVM+Hyper-V could be added, a la
x86_64/evmcs.h, but it doesn't appear that Hyper-V will end up needing
a wholesale replacement for the VMCB.
No functional change intended.
Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20221101145426.251680-3-vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Stable-dep-of: e5c972c1fada ("KVM: SVM: Flush Hyper-V TLB when required")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/x86/kvm/svm')
0 files changed, 0 insertions, 0 deletions