Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qapi: Clean up qapi.py per pep8 | Eric Blake | 2015-10-12 | 1 | -1/+2 |
| | | | | | | | | | | Silence pep8, and make pylint a bit happier. Just style cleanups, plus killing a useless comment in camel_to_upper(); no semantic changes. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <1443565276-4535-5-git-send-email-eblake@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> | ||||
* | qapi: add ordereddict.py helper library | Michael Roth | 2011-07-21 | 1 | -0/+127 |
We need this to parse dictionaries with schema ordering intact so that C prototypes can be generated deterministically. Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com> |