From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 04/11] KVM: MMU: do not mark access bit on pte write path Date: Wed, 27 Jul 2011 12:08:08 +0300 Message-ID: <4E2FD578.2090803@redhat.com> References: <4E2EA3DB.7040403@cn.fujitsu.com> <4E2EA4C8.5010103@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , LKML , KVM To: Xiao Guangrong Return-path: In-Reply-To: <4E2EA4C8.5010103@cn.fujitsu.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 07/26/2011 02:28 PM, Xiao Guangrong wrote: > In current code, the accessed bit is always set when page fault occurred, > do not need to set it on pte write path > Is this true? a write with pte.w=pte.a=0 sets pte.a? -- error compiling committee.c: too many arguments to function