From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 00/16] xenpaging changes for xen-unstable Date: Wed, 3 Nov 2010 09:22:03 +0100 Message-ID: <20101103082203.GA14882@aepfle.de> References: <20101102223010.603002116@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20101102223010.603002116@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Nov 02, Olaf Hering wrote: > But the patch to handle guest_remove_page does not work as expected, the guest > will hang. Any help to get this fixed without retry loops is appreciated. If the vcpu is stopped and later resumed, similar to a p2m_mem_paging_populate -> p2m_mem_paging_prep -> p2m_mem_paging_resume cycle, the guest will not stall. I will send an updated patch. Olaf