From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIWg2-0001gI-QL for qemu-devel@nongnu.org; Thu, 30 Jun 2016 03:46:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIWfw-0001W9-R4 for qemu-devel@nongnu.org; Thu, 30 Jun 2016 03:46:21 -0400 Received: from [59.151.112.132] (port=10104 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIWfw-0001U3-AB for qemu-devel@nongnu.org; Thu, 30 Jun 2016 03:46:16 -0400 Message-ID: <5774CF54.5020203@cn.fujitsu.com> Date: Thu, 30 Jun 2016 15:50:44 +0800 From: Changlong Xie MIME-Version: 1.0 References: <1464947914-28143-1-git-send-email-xiecl.fnst@cn.fujitsu.com> In-Reply-To: <1464947914-28143-1-git-send-email-xiecl.fnst@cn.fujitsu.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 0/1] Introduce "xen-load-devices-state" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu devel , Stefano Stabellini , Anthony PERARD , Juan Quintela , Amit Shah , Eric Blake , Markus Armbruster Cc: "Dr. David Alan Gilbert" , Wen Congyang , zhanghailiang Would any migration maintainer pick this patch or give some comments? Thanks -Xie On 06/03/2016 05:58 PM, Changlong Xie wrote: > Changelog > v6: > 1. Fix channel open flag > v5: > 1. Introduce qio channel since 8925839f > v4: > 1. Rebased to the lastest code > v3: > 1. Addressed on David's commets, fix a bug > v2: > 1. Rebased to the lastest code > 2. Addressed on Eric's comments, fixed coding style > > Wen Congyang (1): > Introduce "xen-load-devices-state" > > migration/savevm.c | 37 +++++++++++++++++++++++++++++++++++++ > qapi-schema.json | 14 ++++++++++++++ > qmp-commands.hx | 27 +++++++++++++++++++++++++++ > 3 files changed, 78 insertions(+) >