Re: [Qemu-devel] [PATCH] qapi: store raw expressions to QAPISchema

2014-01-23 Thread Amos Kong
On Thu, Jan 23, 2014 at 11:53:24AM +0100, Markus Armbruster wrote: > Amos Kong writes: > > > After cleaning up the comments of qapi-schema.json file, we get > > an range of raw expressions, they are also converted to ordered > > dictionaries. > > > > This patch just addes a member to QAPISchema t

Re: [Qemu-devel] [PATCH] qapi: store raw expressions to QAPISchema

2014-01-23 Thread Markus Armbruster
Amos Kong writes: > After cleaning up the comments of qapi-schema.json file, we get > an range of raw expressions, they are also converted to ordered > dictionaries. > > This patch just addes a member to QAPISchema to store the raw > expressions. > > Actually this patch was split from QMP introsp

[Qemu-devel] [PATCH] qapi: store raw expressions to QAPISchema

2014-01-22 Thread Amos Kong
After cleaning up the comments of qapi-schema.json file, we get an range of raw expressions, they are also converted to ordered dictionaries. This patch just addes a member to QAPISchema to store the raw expressions. Actually this patch was split from QMP introspection patchset, it's no longer ne