public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] kvm: avoid delaying async_pf ready delivery
@ 2016-12-02  8:47 Roman Kagan
  2016-12-02  8:47 ` [PATCH 1/5] kvm/x86: fix inversed check for async_pf MSR Roman Kagan
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Roman Kagan @ 2016-12-02  8:47 UTC (permalink / raw)
  To: Radim Krčmář, Paolo Bonzini, kvm; +Cc: Denis Lunev, Roman Kagan

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@virtuozzo.com>

 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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-12-12 13:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02  8:47 [PATCH 0/5] kvm: avoid delaying async_pf ready delivery Roman Kagan
2016-12-02  8:47 ` [PATCH 1/5] kvm/x86: fix inversed check for async_pf MSR Roman Kagan
2016-12-02  8:47 ` [PATCH 2/5] kvm: add helper for testing ready async_pf's Roman Kagan
2016-12-02  8:47 ` [PATCH 3/5] kvm: kick vcpu when async_pf is resolved Roman Kagan
2016-12-02  9:35   ` Christian Borntraeger
2016-12-02  9:40     ` Paolo Bonzini
2016-12-02 10:00       ` Christian Borntraeger
2016-12-02 11:34         ` Roman Kagan
2016-12-05  8:08           ` Christian Borntraeger
2016-12-02 11:28     ` Roman Kagan
2016-12-03  4:02   ` kbuild test robot
2016-12-06 11:05   ` kbuild test robot
2016-12-02  8:47 ` [PATCH 4/5] kvm/vmx: kick L2 guest to L1 by ready async_pf Roman Kagan
2016-12-02  8:47 ` [PATCH 5/5] kvm/svm: " Roman Kagan
2016-12-02  9:35   ` Paolo Bonzini
2016-12-02 12:33     ` Roman Kagan
2016-12-12 12:40       ` Roman Kagan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox