commit | f01f594b63becfc17cb23b4c15193230d01592e4 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Fri Jul 27 15:44:25 2012 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Mon Aug 13 13:21:02 2012 -0300 |
tree | 1321ce7cf6b311eb1c141e304ac39c3acc4cb4fa | |
parent | b68a8472c17d2d2127afcf1a8dc57884e6584173 [diff] |
qapi: generate correct enum names for camel case enums An enum like GenericError in the schema, should generate GENERIC_ERROR and not GENERICERROR. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>