From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libxl.c:return val of libxl_wait_for_memory_target Date: Mon, 6 Oct 2014 14:49:32 +0100 Message-ID: <1412603372.14255.11.camel@citrix.com> References: <1412583146-2373-1-git-send-email-ayushruia@gmail.com> <20141006085756.GA18895@zion.uk.xensource.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 1Xb8fR-0001Zw-A5 for xen-devel@lists.xenproject.org; Mon, 06 Oct 2014 13:49:37 +0000 In-Reply-To: <20141006085756.GA18895@zion.uk.xensource.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: Wei Liu Cc: xen-devel@lists.xenproject.org, stefano.stabellini@eu.citrix.com, ian.jackson@eu.citrix.com, Ayush Ruia List-Id: xen-devel@lists.xenproject.org On Mon, 2014-10-06 at 09:57 +0100, Wei Liu wrote: > On Mon, Oct 06, 2014 at 03:12:26AM -0500, Ayush Ruia wrote: > > Fixed the return value of the function libxl_wait_for_memory_target. It was always returning 0 even inthe case of an error. > > > > Signed-off-by: Ayush Ruia > > Acked-by: Wei Liu Applied, thanks. Ian.