From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB6jo-0003NE-FP for qemu-devel@nongnu.org; Wed, 05 Feb 2014 12:58:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB6ji-0008Vy-HR for qemu-devel@nongnu.org; Wed, 05 Feb 2014 12:58:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB6ji-0008Vr-9s for qemu-devel@nongnu.org; Wed, 05 Feb 2014 12:58:10 -0500 Message-ID: <52F27BA9.5070000@redhat.com> Date: Wed, 05 Feb 2014 18:58:01 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1391621709-15620-1-git-send-email-afaerber@suse.de> <52F2795D.10708@redhat.com> <52F27A1D.2040504@suse.de> <52F27B5E.2030403@suse.de> In-Reply-To: <52F27B5E.2030403@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] scripts: Add qom-tree script as modern equivalent of info qtree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, armbru@redhat.com, aliguori@amazon.com, lcapitulino@redhat.com Il 05/02/2014 18:56, Andreas F=C3=A4rber ha scritto: >>> >> I don't think it's a modern equivalent of anything. The two are j= ust >>> >> different. > It is quite obviously the equivalent in that it dumps the values of all > properties like info qtree does for static properties only of > qbus-attached devices only. But it hardly shows the bus relationship (except with parent_bus=20 properties), which is quite useful to see in a visual manner. Paolo