From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7XpI-0001TT-CD for qemu-devel@nongnu.org; Thu, 08 Aug 2013 17:33:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7Xor-0002W7-Kx for qemu-devel@nongnu.org; Thu, 08 Aug 2013 17:32:56 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:59714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Xor-0002QA-As for qemu-devel@nongnu.org; Thu, 08 Aug 2013 17:32:29 -0400 Received: from /spool/local by e37.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 8 Aug 2013 15:32:17 -0600 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 5610019D8053 for ; Thu, 8 Aug 2013 15:32:02 -0600 (MDT) Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r78LW27F298106 for ; Thu, 8 Aug 2013 15:32:03 -0600 Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r78LVwov031247 for ; Thu, 8 Aug 2013 15:31:58 -0600 Message-ID: <52040E49.4010909@linux.vnet.ibm.com> Date: Thu, 08 Aug 2013 17:31:53 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <1375981548-18567-1-git-send-email-owasserm@redhat.com> <5203E65C.7040707@redhat.com> In-Reply-To: <5203E65C.7040707@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] Fix query-migrate documentation in qmp-commands.hx List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: quintela@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, Orit Wasserman , "Michael R. Hines" On 08/08/2013 02:41 PM, Eric Blake wrote: > On 08/08/2013 11:05 AM, Orit Wasserman wrote: >> "ram" is present also when migration completes. >> expected-downtime, total-time and downtime are no longer part of "ram" data. >> >> Signed-off-by: Orit Wasserman >> --- >> qmp-commands.hx | 20 ++++++++++---------- >> 1 file changed, 10 insertions(+), 10 deletions(-) > Reviewed-by: Eric Blake > > Although this points out that Michael's patch that added 'setup-time' in > commit ed4fbd1 is missing the corresponding documentation here (my bad > for not catching that while reviewing his patch). > Ooops. Will get a patch for that into my tree and submit it in my next series. - Michael