diff options
author | Gleb Natapov <gleb@redhat.com> | 2012-05-03 08:36:39 (GMT) |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-05-06 11:56:54 (GMT) |
commit | a4fa16353108431e7cfdfc3ecf683bac21b50755 (patch) | |
tree | a6d8b41f8873b8d7bfe30c33d08e71a11d19b173 /arch/arm/Makefile | |
parent | 95f714727436836bb46236ce2bcd8ee8f9274aed (diff) | |
download | linux-fsl-qoriq-a4fa16353108431e7cfdfc3ecf683bac21b50755.tar.xz |
KVM: ensure async PF event wakes up vcpu from halt
If vcpu executes hlt instruction while async PF is waiting to be delivered
vcpu can block and deliver async PF only after another even wakes it
up. This happens because kvm_check_async_pf_completion() will remove
completion event from vcpu->async_pf.done before entering kvm_vcpu_block()
and this will make kvm_arch_vcpu_runnable() return false. The solution
is to make vcpu runnable when processing completion.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/arm/Makefile')
0 files changed, 0 insertions, 0 deletions