From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R33ts-00083P-1D for qemu-devel@nongnu.org; Mon, 12 Sep 2011 06:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R33tq-0004VY-AJ for qemu-devel@nongnu.org; Mon, 12 Sep 2011 06:38:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R33tq-0004VH-3O for qemu-devel@nongnu.org; Mon, 12 Sep 2011 06:38:02 -0400 Message-ID: <4E6DE104.1090204@redhat.com> Date: Mon, 12 Sep 2011 12:37:56 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] memory: simple memory tree printer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel , Avi Kivity > I/O > io addr 0000000000000000 off 0000000000000000 size 10000 > -e1000-io addr 000000000000c000 off 0000000000000000 size 40 > -piix-bmdma-container addr 000000000000c040 off 0000000000000000 size 10 > --bmdma addr 000000000000000c off 0000000000000000 size 4 > --piix-bmdma addr 0000000000000008 off 0000000000000000 size 4 > --bmdma addr 0000000000000004 off 0000000000000000 size 4 > --piix-bmdma addr 0000000000000000 off 0000000000000000 size 4 > -pci-conf-data addr 0000000000000cfc off 0000000000000000 size 4 > -pci-conf-idx addr 0000000000000cf8 off 0000000000000000 size 4 Could you put the (variable-length) name field last? That should make the whole list more readable as the addresses are aligned then. cheers, Gerd