From: Eduardo Habkost <ehabkost@redhat.com>
To: qemu-devel@nongnu.org
Cc: Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/3] qmp: Return extra information on qom-list-types
Date: Fri, 26 May 2017 17:23:13 -0300 [thread overview]
Message-ID: <20170526202316.22736-1-ehabkost@redhat.com> (raw)
This series adds 'abstract' and 'parent' fields to the output of
qom-list-types.
For reference, below are the sizes of the output of
"qom-list-types abstract=true" on qemu-system-x86_64, before and
after applying the patches:
* before: 11724 bytes
* with 'abstract' field: 13146 bytes
* with 'abstract' and 'parent': 24046 bytes
Changes v1 (RFC) -> v2:
* Make 'parent' field optional, to make output shorter
* Return only immediate parent type on 'parent' field, instead of
all parent-types on a 'parent-types' field
Eduardo Habkost (3):
tests: Simplify abstract-interfaces check with a helper
qmp: Include 'abstract' field on 'qom-list-types' output
qmp: Include parent type on 'qom-list-types' output
qapi-schema.json | 7 +-
qmp.c | 6 ++
tests/device-introspect-test.c | 156 +++++++++++++++++++++++++++++++++--------
3 files changed, 139 insertions(+), 30 deletions(-)
--
2.11.0.259.g40922b1
next reply other threads:[~2017-05-26 20:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-26 20:23 Eduardo Habkost [this message]
2017-05-26 20:23 ` [Qemu-devel] [PATCH v2 1/3] tests: Simplify abstract-interfaces check with a helper Eduardo Habkost
2017-05-26 20:35 ` Eric Blake
2017-05-26 20:23 ` [Qemu-devel] [PATCH v2 2/3] qmp: Include 'abstract' field on 'qom-list-types' output Eduardo Habkost
2017-05-26 20:51 ` Eric Blake
2017-05-26 21:09 ` Eduardo Habkost
2017-05-26 20:23 ` [Qemu-devel] [PATCH v2 3/3] qmp: Include parent type " Eduardo Habkost
2017-05-26 20:53 ` Eric Blake
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170526202316.22736-1-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=armbru@redhat.com \
--cc=eblake@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).