From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH v4 01/31] libxl: fix libxl__build_hvm error handling Date: Thu, 13 Aug 2015 16:04:18 +0100 Message-ID: <21964.45554.582836.136598@mariner.uk.xensource.com> References: <1438942688-7610-1-git-send-email-roger.pau@citrix.com> <1438942688-7610-2-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZPu5y-0003JV-IF for xen-devel@lists.xenproject.org; Thu, 13 Aug 2015 15:07:06 +0000 In-Reply-To: <1438942688-7610-2-git-send-email-roger.pau@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: Roger Pau Monne Cc: xen-devel@lists.xenproject.org, Wei Liu , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Roger Pau Monne writes ("[PATCH v4 01/31] libxl: fix libxl__build_hvm error handling"): > With the current code in libxl__build_hvm it is possible for the function to > fail and still return 0. Acked-by: Ian Jackson