From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 18/27] tools/libxl: Convert a legacy stream if needed Date: Fri, 10 Jul 2015 11:31:55 +0100 Message-ID: <1436524315.23508.228.camel@citrix.com> References: <1436466413-25867-1-git-send-email-andrew.cooper3@citrix.com> <1436466413-25867-19-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-19-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: > For backwards compatibility, a legacy stream needs converting before it can be > read by the v2 stream logic. > > This causes the v2 stream logic to need to juggle two parallel tasks. > check_stream_finished() is introduced for the purpose of joining the tasks in > both success and error cases. > > Signed-off-by: Andrew Cooper Acked-by: Ian Campbell