On 05/03/2012 11:36 AM, Gleb Natapov wrote:
> 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.
>
>

Thanks, applied to master for 3.4.

-- 
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to