From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKH71-0001mm-Je for qemu-devel@nongnu.org; Mon, 12 Jun 2017 00:38:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKH6y-00018W-Hc for qemu-devel@nongnu.org; Mon, 12 Jun 2017 00:37:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41240) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dKH6y-00017X-BN for qemu-devel@nongnu.org; Mon, 12 Jun 2017 00:37:56 -0400 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 5F41383F40 for ; Mon, 12 Jun 2017 04:37:55 +0000 (UTC) Date: Mon, 12 Jun 2017 12:37:50 +0800 From: Peter Xu Message-ID: <20170612043750.GD25059@pxdev.xzpeter.org> References: <1496980142-8986-1-git-send-email-peterx@redhat.com> <1496980142-8986-7-git-send-email-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2 6/6] migration: move skip_section_footers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, Laurent Vivier , Markus Armbruster , "Dr . David Alan Gilbert" , Juan Quintela On Fri, Jun 09, 2017 at 05:47:09AM -0500, Eric Blake wrote: > On 06/08/2017 10:49 PM, Peter Xu wrote: > > Move it into MigrationState, with a property binded to it. Same trick is > > s/binded/bound/ Will fix. Thanks Eric. :) > > > played like previous patches. > > > > Signed-off-by: Peter Xu > > --- > > > -- > Eric Blake, Principal Software Engineer > Red Hat, Inc. +1-919-301-3266 > Virtualization: qemu.org | libvirt.org > -- Peter Xu