From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH v3 05/11] KVM: MMU: do not mark accessed bit on pte write path Date: Tue, 13 Sep 2011 13:53:50 +0300 Message-ID: <4E6F363E.9080000@redhat.com> References: <4E5C4C20.3000403@cn.fujitsu.com> <4E5C4C8D.5040509@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: <4E5C4C8D.5040509@cn.fujitsu.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 08/30/2011 05:35 AM, 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 What about speculative sptes that are then only accessed via emulation? -- error compiling committee.c: too many arguments to function