From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH 2/8] KVM: MMU: set the dirty bit for the upper shadow page Date: Tue, 10 Jan 2012 12:46:16 +0800 Message-ID: <4F0BC298.7090608@linux.vnet.ibm.com> References: <4EEB19AF.5070501@linux.vnet.ibm.com> <4EEB1A00.8090707@linux.vnet.ibm.com> <20120109113005.GB5255@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Avi Kivity , LKML , KVM To: Marcelo Tosatti Return-path: In-Reply-To: <20120109113005.GB5255@amt.cnet> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 01/09/2012 07:30 PM, Marcelo Tosatti wrote: > On Fri, Dec 16, 2011 at 06:14:24PM +0800, Xiao Guangrong wrote: >> Upper page do not need to be tracked the status bit, it is safe to set the >> dirty and let cpu to happily prefetch it >> >> Signed-off-by: Xiao Guangrong >> --- >> arch/x86/kvm/mmu.c | 13 +++++-------- >> 1 files changed, 5 insertions(+), 8 deletions(-) > > Dirty bit is ignored in non-leaf pagetable entries. > Sorry, i forgot it!