Make the guest immediately aware of async_pf's being resolved, to prevent it from holding off higher priority tasks in favor of lower priority ones, including nested guests. Roman Kagan (5): kvm/x86: fix inversed check for async_pf MSR kvm: add helper for testing ready async_pf's kvm: kick vcpu when async_pf is resolved kvm/vmx: kick L2 guest to L1 by ready async_pf kvm/svm: kick L2 guest to L1 by ready async_pf Signed-off-by: Roman Kagan <rkagan@xxxxxxxxxxxxx> include/linux/kvm_host.h | 7 +++++++ arch/x86/kvm/svm.c | 10 ++++++++++ arch/x86/kvm/vmx.c | 9 +++++---- arch/x86/kvm/x86.c | 4 ++-- virt/kvm/async_pf.c | 11 +++++++---- 5 files changed, 31 insertions(+), 10 deletions(-) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html