From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfoKq-0000yK-Kn for qemu-devel@nongnu.org; Wed, 08 Apr 2015 07:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfoKl-0002nM-F2 for qemu-devel@nongnu.org; Wed, 08 Apr 2015 07:39:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfoKl-0002nI-7s for qemu-devel@nongnu.org; Wed, 08 Apr 2015 07:39:51 -0400 From: Juan Quintela In-Reply-To: <1428474011-30797-14-git-send-email-liang.z.li@intel.com> (Liang Li's message of "Wed, 8 Apr 2015 14:20:10 +0800") References: <1428474011-30797-1-git-send-email-liang.z.li@intel.com> <1428474011-30797-14-git-send-email-liang.z.li@intel.com> Date: Wed, 08 Apr 2015 13:39:47 +0200 Message-ID: <87wq1mlugs.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [v7 13/14] migration: Add qmp commands to set and query parameters Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liang Li Cc: qemu-devel@nongnu.org, armbru@redhat.com, lcapitulino@redhat.com, Yang Zhang , amit.shah@redhat.com, dgilbert@redhat.com Liang Li wrote: > Add the qmp commands to tune and query the parameters used in live > migration. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang Eric, can you review this and the following patch? I think they are correct, but I preffer someone more versed on QMP to review them. Thanks, Juan.