From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: [PATCH 0/3] KVM: change gfn->hva cache to use per-VCPU memslots Date: Wed, 15 Feb 2017 23:00:45 +0100 Message-ID: <20170215220048.3423-1-pbonzini@redhat.com> To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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