]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
docs/devel: rename file for writing monitor commands
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 9 Sep 2021 15:54:02 +0000 (16:54 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 2 Nov 2021 15:55:13 +0000 (15:55 +0000)
The file already covers writing HMP commands, in addition to
the QMP commands, so it deserves a more general name.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/devel/index.rst
docs/devel/writing-monitor-commands.rst [moved from docs/devel/writing-qmp-commands.rst with 99% similarity]

index f95df10b3eb1ee4177f0fca9767f41c793951ab3..7c25177c5df6f1719bff42b23408ac25cbfb6c5e 100644 (file)
@@ -44,4 +44,4 @@ modifying QEMU's source code.
    ebpf_rss
    vfio-migration
    qapi-code-gen
-   writing-qmp-commands
+   writing-monitor-commands
similarity index 99%
rename from docs/devel/writing-qmp-commands.rst
rename to docs/devel/writing-monitor-commands.rst
index 6a10a06c483c961f1061d73b3cebf6014d6e5443..4a4c051624aa88d96f8c12e8747ed24566687153 100644 (file)
@@ -1,8 +1,8 @@
-How to write QMP commands using the QAPI framework
-==================================================
+How to write monitor commands
+=============================
 
 This document is a step-by-step guide on how to write new QMP commands using
-the QAPI framework. It also shows how to implement new style HMP commands.
+the QAPI framework and HMP commands.
 
 This document doesn't discuss QMP protocol level details, nor does it dive
 into the QAPI framework implementation.