Re: [Qemu-devel] [PATCH 2/5] decodetree: Move documentation to docs/decodetree.rst

2019-02-25 Thread Bastian Koppelmann
On 2/24/19 12:29 AM, Richard Henderson wrote: + +Argument Sets += + +Syntax:: + + args_def:= '&' identifier ( args_elt )+ ( !extern )? + args_elt:= identifier + +Each *args_elt* defines an argument within the argument set. +Each argument set will be rendered as a C structu

Re: [Qemu-devel] [PATCH 2/5] decodetree: Move documentation to docs/decodetree.rst

2019-02-24 Thread Peter Maydell
On Sat, 23 Feb 2019 at 23:35, Richard Henderson wrote: > > One great big block comment isn't the best way to document > the syntax of a language. > > Signed-off-by: Richard Henderson > --- > MAINTAINERS | 1 + > docs/decodetree.rst | 156 ++ >

[Qemu-devel] [PATCH 2/5] decodetree: Move documentation to docs/decodetree.rst

2019-02-23 Thread Richard Henderson
One great big block comment isn't the best way to document the syntax of a language. Signed-off-by: Richard Henderson --- MAINTAINERS | 1 + docs/decodetree.rst | 156 ++ scripts/decodetree.py | 134 +--- 3 fil