From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH v3 0/4] KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT Date: Thu, 1 Dec 2016 15:18:46 +0100 Message-ID: <20161201141845.GB8372@potion> References: <1480518191-4572-1-git-send-email-lprosek@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, pbonzini@redhat.com, bsd@redhat.com To: Ladi Prosek Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60172 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752548AbcLAOSt (ORCPT ); Thu, 1 Dec 2016 09:18:49 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5C86C7EBCC for ; Thu, 1 Dec 2016 14:18:49 +0000 (UTC) Content-Disposition: inline In-Reply-To: <1480518191-4572-1-git-send-email-lprosek@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2016-11-30 16:03+0100, Ladi Prosek: > The series addresses a specific issue with guest CR3 load on nested vmentry > as well as a few additional changes related to handling guest and host CR3. Applied to kvm/queue, thanks. Two other series touched nVMX code in the meantime and I did the minimum to resolve conflicts. Please check that you are happy with the result.