From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] libxl: Do not try to destroy domain -1 on failed create Date: Wed, 1 Jul 2015 15:41:17 +0100 Message-ID: <5593FC0D.80205@citrix.com> References: <1435760569-23991-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1435760569-23991-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi Ian, On 01/07/15 15:22, Ian Jackson wrote: > Perhaps since f0c4c53f "libxl: domain create: Do not destroy on ao > abort", we have destroyed guest_domid==-1 if domain creation fails > without actually creating a domid. > > Reported-by: Julien Grall > CC: Julien Grall > Signed-off-by: Ian Jackson Thank you, it removes the 3 following lines from xl output: libxl: error: libxl.c:1586:libxl__destroy_domid: non-existant domain -1 libxl: error: libxl.c:1544:domain_destroy_callback: unable to destroy guest with domid 4294967295 libxl: error: libxl_create.c:1567:domcreate_destruction_cb: unable to destroy domain 4294967295 following failed creation Tested-by: Julien Grall Regards, -- Julien Grall