From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752586AbdBOWAu (ORCPT ); Wed, 15 Feb 2017 17:00:50 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:38769 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383AbdBOWAs (ORCPT ); Wed, 15 Feb 2017 17:00:48 -0500 From: Paolo Bonzini To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org 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> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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