qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] QMP full introspection
@ 2014-01-05 12:02 Amos Kong
  2014-01-05 12:02 ` [Qemu-devel] [PATCH v3 1/3] qapi: cleanup redundant variable Amos Kong
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Amos Kong @ 2014-01-05 12:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: mdroth, qiaonuohan, xiawenc, lcapitulino

This is an implement of qmp full-introspection,
parse and convert the json string to a dynamical tree,
return it to management through QMP command output.

The whole output of query-qmp-schema command:
 https://raw.github.com/kongove/misc/master/txt/qmp-introspection.output.txt

Welcome your comments!

V2: use 'DataObject' to describe dynamic struct
V3: improve the metadata as suggested by eric

Amos Kong (3):
  qapi: cleanup redundant variable
  qapi: change qapi to convert schema json
  qmp: full introspection support for QMP

 Makefile                        |   5 +-
 docs/qmp-full-introspection.txt |  97 ++++++++++
 qapi-schema.json                | 150 ++++++++++++++++
 qmp-commands.hx                 |  43 ++++-
 qmp.c                           | 382 ++++++++++++++++++++++++++++++++++++++++
 scripts/qapi-commands.py        |   2 +-
 scripts/qapi-types.py           |  48 ++++-
 scripts/qapi-visit.py           |   2 +-
 scripts/qapi.py                 |  23 ++-
 9 files changed, 737 insertions(+), 15 deletions(-)
 create mode 100644 docs/qmp-full-introspection.txt

-- 
1.8.4.2

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-01-23 13:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-05 12:02 [Qemu-devel] [PATCH v3 0/3] QMP full introspection Amos Kong
2014-01-05 12:02 ` [Qemu-devel] [PATCH v3 1/3] qapi: cleanup redundant variable Amos Kong
2014-01-05 12:02 ` [Qemu-devel] [PATCH v3 2/3] qapi: change qapi to convert schema json Amos Kong
2014-01-06  7:53   ` Fam Zheng
2014-01-06 10:11   ` Fam Zheng
2014-01-22 18:06   ` Luiz Capitulino
2014-01-23  3:05     ` Amos Kong
2014-01-23  3:25       ` Amos Kong
2014-01-23 13:30       ` Luiz Capitulino
2014-01-05 12:02 ` [Qemu-devel] [PATCH v3 3/3] qmp: full introspection support for QMP Amos Kong
2014-01-06  9:37   ` Fam Zheng
2014-01-09  9:49     ` Amos Kong
2014-01-22 18:18       ` Luiz Capitulino

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).