From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753456AbdHKQwj (ORCPT ); Fri, 11 Aug 2017 12:52:39 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:37143 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752901AbdHKQwh (ORCPT ); Fri, 11 Aug 2017 12:52:37 -0400 From: Paolo Bonzini To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: wanpeng.li@hotmail.com, rkrcmar@redhat.com, david@redhat.com Subject: [PATCH 0/3] KVM: MMU: pending MMU and nEPT patches Date: Fri, 11 Aug 2017 18:52:29 +0200 Message-Id: <1502470352-19447-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a cleaned up combination of the patch I just sent, plus Brijesh's changes that I've taken out of kvm/next. Patch 3 is only lightly tested (it does pass kvm-unit-tests though). Paolo Brijesh Singh (1): KVM: x86: Avoid guest page table walk when gpa_available is set Paolo Bonzini (2): KVM: x86: simplify ept_misconfig KVM: x86: fix use of L1 MMIO areas in nested guests arch/x86/include/asm/kvm_host.h | 3 ++- arch/x86/kvm/mmu.c | 19 ++++++++++++++++++- arch/x86/kvm/paging_tmpl.h | 3 +-- arch/x86/kvm/svm.c | 3 +-- arch/x86/kvm/vmx.c | 28 ++++++++++++---------------- arch/x86/kvm/x86.c | 19 ++++++------------- arch/x86/kvm/x86.h | 6 +++++- 7 files changed, 45 insertions(+), 36 deletions(-) -- 1.8.3.1