]> git.proxmox.com Git - mirror_qemu.git/commit - qapi/introspect.json
qapi: Make 'allow-oob' optional in SchemaInfoCommand
authorMarkus Armbruster <armbru@redhat.com>
Wed, 18 Jul 2018 09:05:57 +0000 (11:05 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 23 Jul 2018 11:57:52 +0000 (13:57 +0200)
commit25b1ef31db30a7dace4d3a485f0a3b3c7285a795
tree72b0529c61b5b3b14a5f4c8f309aa36adb5c8c70
parent6598f0cdad6acc6674c4f060fa46e537228c2c47
qapi: Make 'allow-oob' optional in SchemaInfoCommand

Making 'allow-oob' optional in SchemaInfoCommand permits omitting it
in the common case.  Shrinks query-qmp-schema's output from 122.1KiB
to 118.6KiB for me.

Note that out-of-band execution is still experimental (you have to
configure the monitor with x-oob=on to use it).

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180718090557.17248-1-armbru@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
qapi/introspect.json
scripts/qapi/introspect.py