commit | 1a9a507b2e3e90aa719c96b4c092e7fad7215f21 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Wed Sep 16 13:06:29 2015 +0200 |
committer | Markus Armbruster <armbru@redhat.com> | Mon Sep 21 09:56:49 2015 +0200 |
tree | 9b6a5f1a5783fb9f151d17b554c3f8117c52e08b | |
parent | 39a181581650f4d50f4445bc6276d9716cece050 [diff] |
qapi-introspect: Hide type names To eliminate the temptation for clients to look up types by name (which are not ABI), replace all type names by meaningless strings. Reduces output of query-schema by 13 out of 85KiB. As a debugging aid, provide option -u to suppress the hiding. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <1442401589-24189-27-git-send-email-armbru@redhat.com>