From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Re: [PATCH] Support swap a page from user space tools -- Was RE: [RFC][PATCH] Basic support for page offline Date: Thu, 19 Mar 2009 16:45:03 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Jiang, Yunhong" , Tim Deegan Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 19/03/2009 14:42, "Jiang, Yunhong" wrote: >>> It is ok for us to use an arbitrary new mfn, and then do the update_entry. >>> But what happen if this process failed and we want to turn back to the old >>> page? We still need this mechanism at that situation. >> >> If what failed? The update_entry? How could that happen? > > Per discussion before, when the page is granted to other domain, then after we > update all entry, there will still have reference to left. Hmmm I don't really understand. K.