From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaeyong Yoo Subject: Re: [PATCH v4 8/9] xen/arm: Implement hypercall for dirty page tracing Date: Sun, 20 Oct 2013 04:22:44 +0000 (GMT) Message-ID: <23262910.1641382242962932.JavaMail.weblogic@epml11> Reply-To: jaeyong.yoo@samsung.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: MIME-version: 1.0 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: 'Stefano Stabellini' , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org > > > I meant the pte frobbing immediately before the call the add_mapped_vaddr > > > quoted above. > > > > > > > I don't think it is necessary because at the moment the dirty bitmap > > is constructed based on the VAs in the linked list. If the PTE frobbing > > happens > > immediately before add_mapped_vaddr, the corresponding dirty-page would be > > checked at the next round get-dirty-gitmap. > > OK, thanks. Can we get a code comment on the ordering constraints her please. Sure, of course. Jaeyong.