Re: [Qemu-devel] [PATCH] fixup! qapi: Tighten the regex on valid names

2015-11-19 Thread Markus Armbruster
Eric Blake writes: > On 11/19/2015 01:10 AM, Markus Armbruster wrote: >> Eric Blake writes: >> >>> [Replace the old commit message with this:] >> >> Fixup patch squashed, commit message replaced. > > The version of the patch currently on qapi-next (id 22c38fe) missed the > addition of the new

Re: [Qemu-devel] [PATCH] fixup! qapi: Tighten the regex on valid names

2015-11-19 Thread Eric Blake
On 11/19/2015 01:10 AM, Markus Armbruster wrote: > Eric Blake writes: > >> [Replace the old commit message with this:] > > Fixup patch squashed, commit message replaced. The version of the patch currently on qapi-next (id 22c38fe) missed the addition of the new tests/qapi-schema/reserved-enum-q

Re: [Qemu-devel] [PATCH] fixup! qapi: Tighten the regex on valid names

2015-11-19 Thread Markus Armbruster
Eric Blake writes: > [Replace the old commit message with this:] Fixup patch squashed, commit message replaced.

[Qemu-devel] [PATCH] fixup! qapi: Tighten the regex on valid names

2015-11-18 Thread Eric Blake
[Replace the old commit message with this:] qapi: Tighten the regex on valid names We already documented that qapi names should match specific patterns (such as starting with a letter unless it was an enum value or a downstream extension). Tighten that from a suggestion into a hard requirement,