From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yhx4k-0004Wf-P6 for qemu-devel@nongnu.org; Tue, 14 Apr 2015 05:24:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yhx4h-0002SD-JH for qemu-devel@nongnu.org; Tue, 14 Apr 2015 05:24:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yhx4h-0002Rs-E1 for qemu-devel@nongnu.org; Tue, 14 Apr 2015 05:24:07 -0400 From: Juan Quintela In-Reply-To: (Liang Z. Li's message of "Tue, 14 Apr 2015 02:07:00 +0000") References: <1428474011-30797-1-git-send-email-liang.z.li@intel.com> <1428474011-30797-14-git-send-email-liang.z.li@intel.com> <87wq1mlugs.fsf@neno.neno> Date: Tue, 14 Apr 2015 11:24:03 +0200 Message-ID: <877ftf2hcc.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: "Li, Liang Z" Cc: "qemu-devel@nongnu.org" , "armbru@redhat.com" , "lcapitulino@redhat.com" , "Zhang, Yang Z" , "amit.shah@redhat.com" , "dgilbert@redhat.com" "Li, Liang Z" wrote: > >> 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. > > Hi Juan & Eric, > > Since the latest QEMU is 2.3.0-rc2, is it possible to merge this > serial of patches to QEMU 2.3? > > If it can't not, then I should change some version information in the .json file. It looks like a too big change for -rc2, but it would be integrated at the buginning of 2.4.0. Later, Juan. > > Liang