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)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Feb 2014 03:24:05 +0000 (04:24 +0100)
commit1179ba539541347d5427cde8bcfdaa5ead14f3aa
treea0a56faa86f366e5a3383669422006b4f69f2724
parentf244d910ea2974d88efcc6d04594f25e22718f90
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>
virt/kvm/async_pf.c