From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T10ak-0005NQ-Sb for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:46:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T10aj-0003Pp-TS for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:46:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T10aj-0003PC-Ku for qemu-devel@nongnu.org; Mon, 13 Aug 2012 15:46:21 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7DJkK5T007687 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 Aug 2012 15:46:21 -0400 Date: Mon, 13 Aug 2012 16:47:03 -0300 From: Luiz Capitulino Message-ID: <20120813164703.3c61133d@doriath.home> In-Reply-To: <50291634.1060407@redhat.com> References: <1344855057-32509-1-git-send-email-quintela@redhat.com> <50291634.1060407@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 0/7] Migration stats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, Juan Quintela On Mon, 13 Aug 2012 08:59:00 -0600 Eric Blake wrote: > On 08/13/2012 04:50 AM, Juan Quintela wrote: > > Hi > > > > This modifies the output of info migrate/qmp_query_migrate to add the > > stats that I got request for. > > > > - It moves total time to MigrationInfo instead of ram (luiz suggestion) > > Now's the time to do this, since the stat is new to 1.2 and we haven't > yet made a release with it. > > Should we also rename 'MigrationInfo' to 'MigrationRamInfo', so that we > don't make a similar mistake in the future of putting a stat in the > wrong category? It also has disk migration info there.