From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4n7S-0004QY-Fx for qemu-devel@nongnu.org; Fri, 24 Aug 2012 02:11:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4n7R-00053y-Hj for qemu-devel@nongnu.org; Fri, 24 Aug 2012 02:11:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4n7R-00053s-9g for qemu-devel@nongnu.org; Fri, 24 Aug 2012 02:11:45 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7O6BiMQ023779 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Aug 2012 02:11:44 -0400 Message-ID: <50371B1E.8050401@redhat.com> Date: Fri, 24 Aug 2012 08:11:42 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1344320840-17228-1-git-send-email-kraxel@redhat.com> <502B5D1F.3040709@redhat.com> In-Reply-To: <502B5D1F.3040709@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/15/12 10:26, Gerd Hoffmann wrote: > 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 =3D 0x510 >> data_iobase =3D 0x511 >> irq 0 >> mmio ffffffffffffffff/0000000000000002 >> mmio ffffffffffffffff/0000000000000001 >> [ ... ] >> >> With the patch applied everything is lined up properly: >> >> [ ... ] >> dev: fw_cfg, id "" >> ctl_iobase =3D 0x510 >> data_iobase =3D 0x511 >> irq 0 >> mmio ffffffffffffffff/0000000000000002 >> mmio ffffffffffffffff/0000000000000001 >> [ ... ] >> >> Needed to make the autotest qtree parser happy. >=20 > Ping? Ping=B2 This should go into 1.2 ... cheers, Gerd