Re: [Qemu-devel] [PATCH v6 25/36] qapi: Require valid names

2015-04-28 Thread Markus Armbruster
Eric Blake writes: > Previous commits demonstrated that the generator overlooked various > bad naming situations: > - types, commands, and events need a valid name > - enum members must be valid names, when combined with prefix > - union and alternate branches cannot be marked optional > > The se

[Qemu-devel] [PATCH v6 25/36] qapi: Require valid names

2015-04-04 Thread Eric Blake
Previous commits demonstrated that the generator overlooked various bad naming situations: - types, commands, and events need a valid name - enum members must be valid names, when combined with prefix - union and alternate branches cannot be marked optional The set of valid names includes [a-zA-Z_