On 01/23/2014 07:46 AM, Amos Kong wrote:
> This patch introduced a DataObject union in qapi-schema.json,
> we use it to describe dynamic data structs.
>
> We will use it in following patches to support to QMP full
> introspection. We have many kinds of schema in json file,
> they all can be descri
This patch introduced a DataObject union in qapi-schema.json,
we use it to describe dynamic data structs.
We will use it in following patches to support to QMP full
introspection. We have many kinds of schema in json file,
they all can be described by DataObject.
This patch also added a doc: qmp-