qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 0/5] QMP full introspection


From: Amos Kong
Subject: Re: [Qemu-devel] [PATCH v4 0/5] QMP full introspection
Date: Fri, 24 Jan 2014 16:42:37 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

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

[Prev in Thread] Current Thread [Next in Thread]