linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: change gfn->hva cache to use per-VCPU memslots
@ 2017-02-15 22:00 Paolo Bonzini
  2017-02-15 22:00 ` [PATCH 1/3] KVM: only retrieve memslots once when initializing cache Paolo Bonzini
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Paolo Bonzini @ 2017-02-15 22:00 UTC (permalink / raw)
  To: linux-kernel, kvm

This comes from the dirty page list work, but it can also be useful for
VMCS12 handling in nested VMX.

Paolo

Cao, Lei (1):
  KVM: Support vCPU-based gfn->hva cache

Paolo Bonzini (2):
  KVM: only retrieve memslots once when initializing cache
  KVM: use separate generations for each address space

 arch/x86/kvm/lapic.c     | 22 +++++++-------
 arch/x86/kvm/x86.c       | 41 +++++++++++++-------------
 include/linux/kvm_host.h | 16 +++++------
 virt/kvm/kvm_main.c      | 75 +++++++++++++++++++++++++++++-------------------
 4 files changed, 83 insertions(+), 71 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-02-17  8:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-15 22:00 [PATCH 0/3] KVM: change gfn->hva cache to use per-VCPU memslots Paolo Bonzini
2017-02-15 22:00 ` [PATCH 1/3] KVM: only retrieve memslots once when initializing cache Paolo Bonzini
2017-02-16 16:31   ` Radim Krčmář
2017-02-15 22:00 ` [PATCH 2/3] KVM: use separate generations for each address space Paolo Bonzini
2017-02-16 17:04   ` Radim Krčmář
2017-02-17  0:29   ` Bandan Das
2017-02-17  8:28     ` Paolo Bonzini
2017-02-15 22:00 ` [PATCH 3/3] KVM: Support vCPU-based gfn->hva cache Paolo Bonzini
2017-02-16 17:07   ` Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).