From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7TTS-0004fC-L5 for qemu-devel@nongnu.org; Thu, 08 Aug 2013 12:54:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7TTL-0004FC-Ot for qemu-devel@nongnu.org; Thu, 08 Aug 2013 12:54:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7TTL-0004Ex-Dv for qemu-devel@nongnu.org; Thu, 08 Aug 2013 12:53:59 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r78GrwGG016457 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 8 Aug 2013 12:53:58 -0400 Date: Thu, 8 Aug 2013 12:53:56 -0400 From: Luiz Capitulino Message-ID: <20130808125356.137a30cf@redhat.com> In-Reply-To: <5203CBB6.2080105@redhat.com> References: <1375951574-1014-1-git-send-email-owasserm@redhat.com> <20130808105042.5902984b@redhat.com> <5203CBB6.2080105@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix query-migrate documentation in qmp-commands.hx List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Orit Wasserman Cc: armbru@redhat.com, qemu-devel@nongnu.org, quintela@redhat.com On Thu, 08 Aug 2013 19:47:50 +0300 Orit Wasserman wrote: > On 08/08/2013 05:50 PM, Luiz Capitulino wrote: > > On Thu, 8 Aug 2013 11:46:14 +0300 > > Orit Wasserman wrote: > > > >> "ram" is present also when migration completes. > >> total-time and downtime are no longer part of "ram" data. > > > > expected-downtime has to be moved too, looks good otherwise. > > I will fix it in a separate patch. Why not quickly respin the patch with the instances of the same problem fixed?