]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - arch/x86/kvm/vmx.c
KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail
authorDavid Hildenbrand <david@redhat.com>
Wed, 25 Jan 2017 10:58:58 +0000 (11:58 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Feb 2017 17:16:44 +0000 (18:16 +0100)
commit6342c50ad12e8ce0736e722184a7dbdea4a3477f
tree1a2aed21b52a7cefff2c4ecd87743439f8a0f052
parent42cf014d38d8822cce63703a467e00f65d000952
KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail

vmx_complete_nested_posted_interrupt() can't fail, let's turn it into
a void function.

Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c