From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Re: Tracking changes to writable page tables Date: Sun, 15 May 2005 00:26:49 -0700 Message-ID: <4286F9B9.7070403@diku.dk> References: <4286F58A.6070205@diku.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4286F58A.6070205@diku.dk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jacob Gorm Hansen Cc: Ian Pratt , xen-devel List-Id: xen-devel@lists.xenproject.org Jacob Gorm Hansen wrote: > Ian Pratt wrote: >> >> >> Hmm, I can see that the current model makes like difficult for you >> (though self-migration is a pretty twisted thing to be trying to do >> anyway :-) >> > > Hmm while we are discussing twisted things; would it be possible to > implement writable page tables in the guest rather than in Xen? > On a related note, is there any way of querying the pinning status of pages from Xen? I used to have two global bitmaps in the guest, one for l1 and one for l2, but I suppose I could just as well add a get-pinned-status(mfn) hypercall to Xen, if there is not one already? Or I could add this info to struct page in Linux. thanks, Jacob