From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Re: how to handle paged hypercall args? Date: Tue, 7 Dec 2010 19:50:21 +0100 Message-ID: <20101207185021.GA15049@aepfle.de> References: <20101207171607.GA13367@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline 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: Keir Fraser Cc: xen-devel@lists.xensource.com, Jan Beulich List-Id: xen-devel@lists.xenproject.org On Tue, Dec 07, Keir Fraser wrote: > On 07/12/2010 17:16, "Olaf Hering" wrote: > > > On Tue, Dec 07, Keir Fraser wrote: > > > >> No, I did some unit testing of the waitqueue stuff and it worked for me. > >> Perhaps you can suggest some reproduction steps. > > > > The patches 1 - 13 I sent out need to be applied. > > I'll wait for tools patches 1-7 to be reviewed and accepted, then I might > find time to have a go. I assume I should start the guest paused, attach > xenpaging, then when I unpause th eguest it should crash the host straight > away pretty much? My testhost had hardware issues today, so I could not proceed with testing. What I did was: sync xm create /etc/xen/vm/sles11_1 && xm vnc sles11_1 & sleep 1 xenpaging 1 -1 & Olaf