From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewan Mellor Subject: Re: [PATCH] Prevent xend from destroying Dom0 Date: Thu, 22 Sep 2005 11:36:14 +0100 Message-ID: <20050922103614.GE2439@uk.xensource.com> References: <87ek7icfl1.fsf@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <87ek7icfl1.fsf@us.ibm.com> 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 Wed, Sep 21, 2005 at 01:48:26PM -0700, Dan Smith wrote: > This patch adds a check in xend that prevents a user from trying to > destroy Dom0. Currently, xm does not return an error for this case. > Xend tries to destroy dom0 and leaves the system in an unstable > state. Subsequent attempts to create a domain result in the following > error message: > > Error: Error creating domain: (106, 'Transport endpoint is already \ > connected') > > This will fix bugzilla bug #243 > > Signed-off-by: Dan Smith Applied, thanks. Ewan.