Re: [Qemu-devel] [PATCH v8 03/26] qapi: QAPISchema code generation helper methods
On 09/16/2015 05:06 AM, Markus Armbruster wrote: > New methods c_name(), c_type(), c_null(), json_type(), > alternate_qtype(). > > Signed-off-by: Markus Armbruster > --- > scripts/qapi.py | 94 > - > 1 file changed, 87 insertions(+), 7 del
Re: [Qemu-devel] [PATCH v8 03/26] qapi: QAPISchema code generation helper methods
On Wed, Sep 16, 2015 at 01:06:06PM +0200, Markus Armbruster wrote: > New methods c_name(), c_type(), c_null(), json_type(), > alternate_qtype(). > > Signed-off-by: Markus Armbruster > --- > scripts/qapi.py | 94 > - > 1 file changed, 87 in