From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpxK0-0001FU-7h for qemu-devel@nongnu.org; Fri, 21 Jun 2013 05:07:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpxJy-0002Fj-Lm for qemu-devel@nongnu.org; Fri, 21 Jun 2013 05:07:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpxJy-0002F4-96 for qemu-devel@nongnu.org; Fri, 21 Jun 2013 05:07:54 -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 r5L97rEu007138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Jun 2013 05:07:53 -0400 Date: Fri, 21 Jun 2013 11:07:51 +0200 From: Kevin Wolf Message-ID: <20130621090750.GA2986@dhcp-200-207.str.redhat.com> References: <1371651055-1621-1-git-send-email-kwolf@redhat.com> <20130620232714.5c767328@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130620232714.5c767328@redhat.com> 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: Luiz Capitulino Cc: qemu-devel@nongnu.org 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. Kevin