]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - arch/x86/kvm/vmx/vmx.c
KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
authorSean Christopherson <sean.j.christopherson@intel.com>
Sat, 21 Mar 2020 20:26:01 +0000 (13:26 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 31 Mar 2020 14:48:09 +0000 (10:48 -0400)
commit6e4fd06f3ee1b12ca42fc70522f371bf10977745
tree1b42b4a4a0121c8c088c3587514ce897aae77eb0
parentafaf0b2f9b801c6eb2278b52d49e6a7d7b659cf1
KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()

Remove the __exit annotation from VMX hardware_unsetup(), the hook
can be reached during kvm_init() by way of kvm_arch_hardware_unsetup()
if failure occurs at various points during initialization.

Removing the annotation also lets us annotate vmx_x86_ops and svm_x86_ops
with __initdata; otherwise, objtool complains because it doesn't
understand that the vendor specific __initdata is being copied by value
to a non-__initdata instance.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200321202603.19355-8-sean.j.christopherson@intel.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/vmx/vmx.c