Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1581709

[PATCH 0/3] KVM: change gfn->hva cache to use per-VCPU memslots

From Paolo Bonzini <pbonzini@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] KVM: change gfn->hva cache to use per-VCPU memslots
Date 2017-02-15 23:10 +0100
Message-ID <tbfVT-5G3-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] KVM: change gfn->hva cache to use per-VCPU memslots Paolo Bonzini <pbonzini@redhat.com> - 2017-02-15 23:10 +0100
  [PATCH 3/3] KVM: Support vCPU-based gfn->hva cache Paolo Bonzini <pbonzini@redhat.com> - 2017-02-15 23:10 +0100
    Re: [PATCH 3/3] KVM: Support vCPU-based gfn->hva cache Radim Krčmář <rkrcmar@redhat.com> - 2017-02-16 18:10 +0100

csiph-web