]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86: Move "emulate hypercall" function declarations to x86.h
authorSean Christopherson <seanjc@google.com>
Thu, 28 Nov 2024 00:43:41 +0000 (16:43 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 22 Dec 2024 18:00:25 +0000 (13:00 -0500)
commit13b64ce1b635d3bbf7209c2fff7d2ac2c15d54d0
treeb65f773229fd87efe3b27b9009813d5f8e1535ba
parentc4c083d95105445ebf1cadfb7d05dd2630976241
KVM: x86: Move "emulate hypercall" function declarations to x86.h

Move the declarations for the hypercall emulation APIs to x86.h.  While the
helpers are exported, they are intended to be consumed only by KVM vendor
modules, i.e. don't need to be exposed to the kernel at-large.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Binbin Wu <binbin.wu@linux.intel.com>
Reviewed-by: Kai Huang <kai.huang@intel.com>
Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Message-ID: <20241128004344.4072099-4-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/x86.h