From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 23/27] tools/libxl: Write checkpoint records into the stream Date: Fri, 10 Jul 2015 12:02:34 +0100 Message-ID: <1436526154.23508.246.camel@citrix.com> References: <1436466413-25867-1-git-send-email-andrew.cooper3@citrix.com> <1436466413-25867-24-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1436466413-25867-24-git-send-email-andrew.cooper3@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: Andrew Cooper Cc: Wei Liu , Ian Jackson , Xen-devel List-Id: xen-devel@lists.xenproject.org On Thu, 2015-07-09 at 19:26 +0100, Andrew Cooper wrote: > @@ -187,13 +217,24 @@ static void stream_failed(libxl__egc *egc, > assert(rc); > stream->rc = rc; > > - if (stream->running) > + if (stream->running) { > + /* > + *If we are in a checkpoint, pass the failure to libxc, which will come Missing a space after "*". Acked-by: Ian Campbell