]> Git Repo - qemu.git/commit
qapi: Fix generation of 'size' builtin type
authorEric Blake <[email protected]>
Mon, 4 May 2015 15:05:01 +0000 (09:05 -0600)
committerMarkus Armbruster <[email protected]>
Tue, 5 May 2015 16:39:00 +0000 (18:39 +0200)
commitcb17f79eef0d161e81ac457e4c1f124405be2a18
tree26a04f98d0972a8cd70c3b27e488b6d3f83ec25e
parentb52c4b9cf0bbafdf8cede4ea1f62770d86815718
qapi: Fix generation of 'size' builtin type

We were missing the 'size' builtin type (which means that QAPI using
[ 'size' ] would fail to compile).

Signed-off-by: Eric Blake <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
scripts/qapi.py
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
This page took 0.028179 seconds and 4 git commands to generate.