On Thu, Jan 23, 2014 at 10:46:31PM +0800, Amos Kong wrote:
> This is an implement of qmp full-introspection,
> parse and convert the json schema to a dynamical tree,
> return it to management through QMP command output.
> 

Correct the URLs

> The whole output of query-qmp-schema command:
>  http://i-kvm.rhcloud.com/static/pub/v4/qmp-introspection.output.txt
>  http://i-kvm.rhcloud.com/static/pub/v4/qmp-introspection.h
 
https://i-kvm.rhcloud.com/static/pub/v4/qmp-introspection.output.txt
https://i-kvm.rhcloud.com/static/pub/v4/qapi-introspect.h

> 
> Welcome your comments!
> 
> V2: use 'DataObject' to describe dynamic struct
> V3: improve the metadata as suggested by eric
> V4: use python to extend/parse schema for improving
>     the response speed and simple the code 
> 
> Amos Kong (5):
>   qapi: introduce DataObject to describe dynamic structs
>   qapi: add qapi-introspect.py code generator
>   qobject: introduce qobject_get_str()
>   qmp: full introspection support for QMP
>   update docs/qmp-full-introspection.txt

Reply via email to