From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5sE8-0001c5-Nw for qemu-devel@nongnu.org; Thu, 26 May 2016 06:09:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5sE2-0004EB-JB for qemu-devel@nongnu.org; Thu, 26 May 2016 06:09:15 -0400 Received: from [59.151.112.132] (port=54930 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5sE1-00047o-Tl for qemu-devel@nongnu.org; Thu, 26 May 2016 06:09:10 -0400 Message-ID: <5746CC14.3030108@cn.fujitsu.com> Date: Thu, 26 May 2016 18:12:36 +0800 From: Changlong Xie MIME-Version: 1.0 References: <1460346962-10420-1-git-send-email-xiecl.fnst@cn.fujitsu.com> In-Reply-To: <1460346962-10420-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 v4 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 On 04/11/2016 11:56 AM, Changlong Xie wrote: > Changelog > 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 | 36 ++++++++++++++++++++++++++++++++++++ > qapi-schema.json | 14 ++++++++++++++ > qmp-commands.hx | 27 +++++++++++++++++++++++++++ > 3 files changed, 77 insertions(+) > Hi Juan & Amit Would you please help to review this patch? We need this patch to xen colo. No respose over one month... Thanks -Xie