diff options
author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2024-07-19 09:37:24 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-07-23 20:30:36 +0200 |
commit | 16c84ec1bed94997d786671cc154c250375e2363 (patch) | |
tree | 09cbb579d4e83d57977ecb2d895cd2cdb018a721 /docs | |
parent | d5d0070bfe2da3ab05e9975d557a1517df56199e (diff) |
docs/interop/firmware.json: convert "Example" section
Since commit 3c5f6114d9ff ("qapi: remove "Example" doc section")
the "Example" section is not valid anymore.
It has been replaced by the "qmp-example" directive.
This was not detected earlier as firmware.json was not validated.
As this validation is about to be added, adapt firmware.json.
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Message-ID: <20240719-qapi-firmware-json-v6-3-c2e3de390b58@linutronix.de>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/interop/firmware.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interop/firmware.json b/docs/interop/firmware.json index ae41799944..57f55f6c54 100644 --- a/docs/interop/firmware.json +++ b/docs/interop/firmware.json @@ -470,7 +470,7 @@ # # Since: 3.0 # -# Examples: +# .. qmp-example:: # # { # "description": "SeaBIOS", |