diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-02-28 15:36:06 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-03-06 10:05:12 +0000 |
commit | a6b30bcae6ebc71bae83e0ac7a5f0dfc93bb5b3e (patch) | |
tree | 5c6a0494b9cc31d084e5f203b7157cfd38d844d7 /docs | |
parent | 324b2298feab35533d44301cfdae332c086463cf (diff) |
hmp-commands.hx: Add rST documentation fragments
Add the rST versions of the documentation fragments. Once we've
converted fully from Texinfo to rST we can remove the ETEXI
fragments; for the moment we need both.
Since the only consumer of the hmp-commands hxtool documentation
is the HTML manual, all we need to do for the monitor command
documentation to appear in the Sphinx system manual is add the
one line that invokes the hxtool extension on the .hx file.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20200228153619.9906-21-peter.maydell@linaro.org
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/monitor.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/system/monitor.rst b/docs/system/monitor.rst index 482f391f32..52b0f18cfe 100644 --- a/docs/system/monitor.rst +++ b/docs/system/monitor.rst @@ -14,8 +14,16 @@ You can use it to: - Inspect the VM state without an external debugger. +Commands +~~~~~~~~ + +The following commands are available: + +.. hxtool-doc:: hmp-commands.hx + .. - The commands section goes here once it's converted from Texinfo to RST. + TODO: convert and reference hmp-commands-info.hx + Integer expressions ~~~~~~~~~~~~~~~~~~~ |