From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Need help with fixing the Xen waitqueue feature Date: Fri, 25 Nov 2011 19:26:45 +0100 Message-ID: <20111125182645.GA27992@aepfle.de> References: <20111123223049.GA14423@aepfle.de> <20111124100021.GA17462@aepfle.de> <20111125125604.GA14585@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20111125125604.GA14585@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: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org One more thing: Is the BUG_ON in destroy_waitqueue_vcpu really required? If the vcpu happens to be in a queue by the time xl destroy is called the hypervisor will crash. Perhaps there should be some sort of domain destructor for each waitqueue? Olaf