Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752319AbdHDR6r (ORCPT ); Fri, 4 Aug 2017 13:58:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46566 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751271AbdHDR6p (ORCPT ); Fri, 4 Aug 2017 13:58:45 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7D2D480F6D Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=bsd@redhat.com From: Bandan Das To: David Hildenbrand Cc: kvm@vger.kernel.org, pbonzini@redhat.com, rkrcmar@redhat.com, jmattson@google.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 0/3] Expose VMFUNC to the nested hypervisor References: <20170803195443.24911-1-bsd@redhat.com> <03583ab4-49e3-3955-3895-aff54e579d7e@redhat.com> Date: Fri, 04 Aug 2017 13:58:42 -0400 In-Reply-To: <03583ab4-49e3-3955-3895-aff54e579d7e@redhat.com> (David Hildenbrand's message of "Fri, 4 Aug 2017 17:00:36 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 04 Aug 2017 17:58:45 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 759 Lines: 24 David Hildenbrand writes: ... >> v1: >> https://lkml.org/lkml/2017/6/29/958 >> >> Bandan Das (3): >> KVM: vmx: Enable VMFUNCs >> KVM: nVMX: Enable VMFUNC for the L1 hypervisor >> KVM: nVMX: Emulate EPTP switching for the L1 hypervisor >> >> arch/x86/include/asm/vmx.h | 9 +++ >> arch/x86/kvm/vmx.c | 185 ++++++++++++++++++++++++++++++++++++++++++++- >> 2 files changed, 192 insertions(+), 2 deletions(-) >> > > Acked-by: David Hildenbrand > > (not 100% confident for a r-b, not because of your patches but because > of the involved complexity (flushes, MMU ...)) You and Radim both constitute to major revisions and changes in these patches. I would be 100% confident of a R-b tag by you. Bandan