From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Yvb-0006Pr-1N for qemu-devel@nongnu.org; Wed, 15 Aug 2012 04:26:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1Yva-0003dB-55 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 04:26:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1YvZ-0003d5-TW for qemu-devel@nongnu.org; Wed, 15 Aug 2012 04:26:10 -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 q7F8Q90l002641 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Aug 2012 04:26:09 -0400 Message-ID: <502B5D1F.3040709@redhat.com> Date: Wed, 15 Aug 2012 10:26:07 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1344320840-17228-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1344320840-17228-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] fix info qtree indention List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 08/07/12 08:27, Gerd Hoffmann wrote: > Without the patch bus properties are are not in line with the other > properties: > > [ ... ] > dev: fw_cfg, id "" > ctl_iobase = 0x510 > data_iobase = 0x511 > irq 0 > mmio ffffffffffffffff/0000000000000002 > mmio ffffffffffffffff/0000000000000001 > [ ... ] > > With the patch applied everything is lined up properly: > > [ ... ] > dev: fw_cfg, id "" > ctl_iobase = 0x510 > data_iobase = 0x511 > irq 0 > mmio ffffffffffffffff/0000000000000002 > mmio ffffffffffffffff/0000000000000001 > [ ... ] > > Needed to make the autotest qtree parser happy. Ping? cheers, Gerd