From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB79k-0005eq-TR for qemu-devel@nongnu.org; Wed, 05 Feb 2014 13:25:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB79g-0000Ib-7f for qemu-devel@nongnu.org; Wed, 05 Feb 2014 13:25:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:65484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB79f-0000IR-V4 for qemu-devel@nongnu.org; Wed, 05 Feb 2014 13:25:00 -0500 Message-ID: <52F281F8.2080000@redhat.com> Date: Wed, 05 Feb 2014 11:24:56 -0700 From: Eric Blake MIME-Version: 1.0 References: <1391621709-15620-1-git-send-email-afaerber@suse.de> In-Reply-To: <1391621709-15620-1-git-send-email-afaerber@suse.de> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="n2pbHjuEAFqWtgLwFkFvOU8fIP7mbRcOb" 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, pbonzini@redhat.com, armbru@redhat.com, aliguori@amazon.com, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --n2pbHjuEAFqWtgLwFkFvOU8fIP7mbRcOb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/05/2014 10:35 AM, Andreas F=C3=A4rber wrote: > Functionally it is a recursive qom-list with qom-get per non-child<> > property. Some failures needed to be handled, such as trying to read a > pointer property, which is not representable in QMP. Those print a > literal "". >=20 > Signed-off-by: Andreas F=C3=A4rber > --- > scripts/qmp/qom-tree | 70 ++++++++++++++++++++++++++++++++++++++++++++= ++++++++ > 1 file changed, 70 insertions(+) > create mode 100755 scripts/qmp/qom-tree >=20 > diff --git a/scripts/qmp/qom-tree b/scripts/qmp/qom-tree > new file mode 100755 > index 0000000..5fd506a > --- /dev/null > +++ b/scripts/qmp/qom-tree > @@ -0,0 +1,70 @@ > +#!/usr/bin/python > +## > +# QEMU Object Model test tools > +# > +# Copyright IBM, Corp. 2011 > +# Copyright (c) 2013 SUSE LINUX Products GmbH It's now 2014, if that affects your copyright. > +# > +# Authors: > +# Anthony Liguori Old address. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --n2pbHjuEAFqWtgLwFkFvOU8fIP7mbRcOb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJS8oH4AAoJEKeha0olJ0Nqw8MH/iXZ5mLYEqcErLNqSMKVgIO1 QSQTn7MvmtP/I8vaWPCG08OficwL7YBsvlWyxT65fWx1/VZvN05B1xb1G7YHeAFt /eLlOCT48yBdgQz/OwBbRgoM6KzG5i2yl3DZAz7OP1X9/2DvWPVjYZYiE8/02+zA 51mWzHRYfPFnbFyDJrJlSxHLrqRVkyFZRhpRCb48gB7jr/ma/+j5ADssu/OKOYNq xSrnMPw8yloTNRIH9aNr6ANOPCnMhxo5Q+TnyvKf2ZJPr4CnkhKvVk2zyKOLkXcm 9L57gR4Z04cxsbdSmMPZetSEHl93dahRPPRx3NTZb8H5xb+V1NdnvG2u7sCArok= =6zaS -----END PGP SIGNATURE----- --n2pbHjuEAFqWtgLwFkFvOU8fIP7mbRcOb--