From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] xend: avoid call to XendDomainInfo.recreate() while creating domain Date: Thu, 31 Mar 2011 09:05:20 +0200 Message-ID: <4D9427B0.2000300@redhat.com> References: <19859.24700.96929.267984@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <19859.24700.96929.267984@mariner.uk.xensource.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: Ian Jackson Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 03/30/2011 06:55 PM, Ian Jackson wrote: > Paolo Bonzini writes ("[Xen-devel] [PATCH] xend: avoid call to XendDomainInfo.recreate() while creating domain"): >> avoid call to XendDomainInfo.recreate() while creating domain. > > I'm not sure I'm convinced this is the right fix. Without reading the > code, it seems to me that the problem is that the domain is added to > the list processed by XendDomain.instance().list() before it has been > properly created. I thought the same, the problem is that this list comes straight from xc_domain_getinfo. > Note that use of xend is deprecated in xen-unstable and we will > probably remove it in this release cycle. Bugfixes will still be > accepted into older trees. I know, I'm still pushing out RH patches when they apply though. Paolo