KVM: async_pf: Add missing call for async page present
authorDominik Dingel <dingel@linux.vnet.ibm.com>
Fri, 31 Jan 2014 13:32:46 +0000 (14:32 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 2 Oct 2014 15:18:31 +0000 (17:18 +0200)
commitc76f5b54ec88ab03043cdd2ab2c148daa0bccd7c
tree371af6a289f3a5502ef53fdca5c903ab6f4f0d30
parent65d762a03f29316956725f348546794de0160fcc
KVM: async_pf: Add missing call for async page present

Commit KVM: async_pf: Provide additional direct page notification
missed the call from kvm_check_async_pf_completion to the new introduced function.

Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 1179ba539541347d5427cde8bcfdaa5ead14f3aa)
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
virt/kvm/async_pf.c