From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKqCV-0008TY-H4 for qemu-devel@nongnu.org; Fri, 01 Dec 2017 13:38:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKqCS-0007ed-74 for qemu-devel@nongnu.org; Fri, 01 Dec 2017 13:38:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50734) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eKqCS-0007ds-1B for qemu-devel@nongnu.org; Fri, 01 Dec 2017 13:38:12 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 870EFA8F4 for ; Fri, 1 Dec 2017 18:38:10 +0000 (UTC) References: <20171201125813.1437-1-quintela@redhat.com> <4c899960-36f2-0f0f-bc21-08693f472ba2@redhat.com> From: Laurent Vivier Message-ID: <34b2798c-9e32-1ae6-943e-afaa621c39c8@redhat.com> Date: Fri, 1 Dec 2017 19:38:04 +0100 MIME-Version: 1.0 In-Reply-To: <4c899960-36f2-0f0f-bc21-08693f472ba2@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/6] Add make check tests for Migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , Juan Quintela , qemu-devel@nongnu.org Cc: dgilbert@redhat.com, peterx@redhat.com On 01/12/2017 19:30, Eric Blake wrote: > On 12/01/2017 06:58 AM, Juan Quintela wrote: >> Hi >> >> This is on top of my info_migrate series. > > Let patchew know about it: > > Based-on: <20171201125750.1372-1-quintela@redhat.com> > ([PATCH v3 0/2] Improve info migrate output on destination) Is this tag documented somewhere? Thanks, Laurent