From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq2Ui-0003vq-Ru for qemu-devel@nongnu.org; Fri, 21 Jun 2013 10:39:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq2Uf-0005ar-Q7 for qemu-devel@nongnu.org; Fri, 21 Jun 2013 10:39:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq2Uf-0005af-HX for qemu-devel@nongnu.org; Fri, 21 Jun 2013 10:39:17 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5LEdGro000783 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Jun 2013 10:39:16 -0400 Date: Fri, 21 Jun 2013 10:39:15 -0400 From: Luiz Capitulino Message-ID: <20130621103915.680fa8f3@redhat.com> In-Reply-To: <20130621090750.GA2986@dhcp-200-207.str.redhat.com> References: <1371651055-1621-1-git-send-email-kwolf@redhat.com> <20130620232714.5c767328@redhat.com> <20130621090750.GA2986@dhcp-200-207.str.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hmp: Make "info block" output more readable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Fri, 21 Jun 2013 11:07:51 +0200 Kevin Wolf wrote: > Am 21.06.2013 um 05:27 hat Luiz Capitulino geschrieben: > > On Wed, 19 Jun 2013 16:10:55 +0200 > > Kevin Wolf wrote: > > > > > HMP is meant for humans and you should notice it. > > > > > > This changes the output format to use a bit more space to display the > > > information more readable and leaves out irrelevant information (e.g. > > > mention only that an image is encrypted, but not when it's not; display > > > I/O limits only if throttling is in effect; ...) > > > > I've applied this one. I can make the small suggestions that have been > > made if you're OK with them. > > Sure, if you like the suggestions, go ahead and include them. Done.