Re: [Qemu-devel] [PATCH v4 1/5] qapi: introduce DataObject to describe dynamic structs

2014-02-03 Thread Eric Blake
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

[Qemu-devel] [PATCH v4 1/5] qapi: introduce DataObject to describe dynamic structs

2014-01-23 Thread Amos Kong
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-