Re: [PATCH v2 04/53] docs/devel: add example of command returning unstructured text

2021-09-20 Thread Markus Armbruster
Daniel P. Berrangé writes: > This illustrates how to add a QMP command returning unstructured text, > following the guidelines added in the previous patch. The example uses > a simplified version of 'info roms'. > > Signed-off-by: Daniel P. Berrangé > --- >

[PATCH v2 04/53] docs/devel: add example of command returning unstructured text

2021-09-14 Thread Daniel P . Berrangé
This illustrates how to add a QMP command returning unstructured text, following the guidelines added in the previous patch. The example uses a simplified version of 'info roms'. Signed-off-by: Daniel P. Berrangé --- docs/devel/writing-monitor-commands.rst | 85 + 1 file