From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit Date: Wed, 13 Jun 2012 20:28:45 -0300 Message-ID: <20120613232845.GG19290@amt.cnet> References: <1339064767-21616-1-git-send-email-xudong.hao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org, Xiantao Zhang To: Xudong Hao Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39181 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754865Ab2FMX3F (ORCPT ); Wed, 13 Jun 2012 19:29:05 -0400 Content-Disposition: inline In-Reply-To: <1339064767-21616-1-git-send-email-xudong.hao@intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jun 07, 2012 at 06:26:07PM +0800, Xudong Hao wrote: > EPT Dirty bit use bit 9 as Intel SDM definition, to avoid conflict, change > PT_FIRST_AVAIL_BITS_SHIFT to 10. > > Signed-off-by: Xudong Hao > Signed-off-by: Xiantao Zhang Applied, thanks.