Markus Armbruster fec3331894 keyval: Fix and clarify grammar
The grammar has a few issues:

* key-fragment = / [^=,.]* /

  Prose restricts key fragments: they "must be valid QAPI names or
  consist only of decimal digits".  Technically, '' consists only of
  decimal digits.  The code rejects that.  Fix the grammar.

* val          = { / [^,]* / | ',,' }

  Use + instead of *.  Accepts the same language.

* val-no-key   = / [^=,]* /

  The code rejects an empty value.  Fix the grammar.

* Section "Additional syntax for use with an implied key" is
  confusing.  Rewrite it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201011073505.1185335-2-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2020-10-15 16:06:27 +02:00
..
2020-09-30 19:11:36 +02:00
2020-01-06 18:41:32 +04:00
2019-08-16 13:31:52 +02:00
2020-09-23 13:41:58 +01:00
2020-10-15 16:06:27 +02:00
2019-09-11 08:46:17 +02:00
2020-09-30 19:11:36 +02:00
2020-09-22 15:42:23 +01:00
2018-12-20 10:29:08 +01:00
2018-08-24 20:26:37 +02:00
2018-06-29 12:32:10 +02:00