Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754146AbdCHSNF (ORCPT ); Wed, 8 Mar 2017 13:13:05 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:35342 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754111AbdCHSNA (ORCPT ); Wed, 8 Mar 2017 13:13:00 -0500 From: Paolo Bonzini To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: bdas@redhat.com, dmatlack@google.com Subject: [PATCH 0/6] KVM: nVMX: nested EPT improvements and A/D bits, RDRAND and RDSEED exits Date: Wed, 8 Mar 2017 19:03:50 +0100 Message-Id: <1488996236-5676-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 Content-Length: 1091 Lines: 30 Patches 1-4 implement nested EPT A/D bits and GB pages. As a side effect, this fixes one vmx.flat failure on machines with EPT A/D bits. It should be possible to implement PML on top of this with host support for A/D bits only. Patches 5-6 implement nested RDRAND and RDSEED exiting. Tested relatively lightly, but I'm throwing this out early. Paolo Paolo Bonzini (6): KVM: nVMX: we support 1GB EPT pages KVM: VMX: cleanup check for invalid EPT violation kvm: x86: MMU support for EPT accessed/dirty bits kvm: nVMX: support EPT accessed/dirty bits KVM: VMX: add missing exit reasons KVM: nVMX: support RDRAND and RDSEED exiting arch/x86/include/asm/kvm_host.h | 5 ++-- arch/x86/include/asm/vmx.h | 2 ++ arch/x86/include/uapi/asm/vmx.h | 25 +++++++++++++------ arch/x86/kvm/mmu.c | 4 ++- arch/x86/kvm/mmu.h | 3 ++- arch/x86/kvm/paging_tmpl.h | 54 +++++++++++++++++++++++------------------ arch/x86/kvm/vmx.c | 47 +++++++++++++++++++++++++++-------- 7 files changed, 95 insertions(+), 45 deletions(-) -- 1.8.3.1