From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH v3 5/9] KVM: MMU: introduce SPTE_WRITE_PROTECT bit Date: Tue, 24 Apr 2012 11:34:31 +0800 Message-ID: <4F961F47.6060305@linux.vnet.ibm.com> References: <4F911B74.4040305@linux.vnet.ibm.com> <4F911C05.2070701@linux.vnet.ibm.com> <20120420215211.GC13817@amt.cnet> <20120421004030.GA16191@amt.cnet> <4F9230C0.5010100@gmail.com> <20120424004507.GB14423@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Xiao Guangrong , Avi Kivity , LKML , KVM To: Marcelo Tosatti Return-path: In-Reply-To: <20120424004507.GB14423@amt.cnet> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 04/24/2012 08:45 AM, Marcelo Tosatti wrote: >> I think it is not too hard to check. :) > > You are minimizing the possible impact these modifications have. > > Perhaps you should prepare code under mmu_lock to handle concurrent spte > R->W updates first, and then later introduce the concurrent updates. In > a way that its clear for somebody reading the code that parallel updates > can happen (say read spte once, work on local copy, later re-read spte). > Good idea. I will refine it in the next version. Thank you, Marcelo! :)