On 11/12/2015 01:23 AM, Markus Armbruster wrote:
> Eric Blake writes:
>
>> Our documentation states that we prefer 'lower-case', rather than
>> 'CamelCase', for qapi enum values. The InputButton and InputAxis
>> enums violated this convention. However, they are currently used
>> primarily for g
Eric Blake writes:
> Our documentation states that we prefer 'lower-case', rather than
> 'CamelCase', for qapi enum values. The InputButton and InputAxis
> enums violated this convention. However, they are currently used
> primarily for generating code that is used internally; their only
> expo
Our documentation states that we prefer 'lower-case', rather than
'CamelCase', for qapi enum values. The InputButton and InputAxis
enums violated this convention. However, they are currently used
primarily for generating code that is used internally; their only
exposure through QMP is via the exp