From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asisr-0001u5-6G for qemu-devel@nongnu.org; Tue, 19 Apr 2016 23:32:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asisn-0007Hq-Uu for qemu-devel@nongnu.org; Tue, 19 Apr 2016 23:32:57 -0400 Received: from [59.151.112.132] (port=36796 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asisn-0007Dh-Bo for qemu-devel@nongnu.org; Tue, 19 Apr 2016 23:32:53 -0400 Message-ID: <5716F914.10904@cn.fujitsu.com> Date: Wed, 20 Apr 2016 11:35:48 +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="windows-1252"; 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 ping... 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(+) >