diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-09-09 16:54:02 +0100 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2021-11-02 15:55:13 +0000 |
commit | 0e33e3d2c40f68f71d628dfe57d460f47e416e78 (patch) | |
tree | 0fb68ef0436460f6f3813ecc21a9dd14b974e039 /docs/devel/index.rst | |
parent | 0ca117a756a79c0f93c9030b5c5a92982e3b0ee5 (diff) |
docs/devel: rename file for writing monitor commands
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>
Diffstat (limited to 'docs/devel/index.rst')
-rw-r--r-- | docs/devel/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst index f95df10b3e..7c25177c5d 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -44,4 +44,4 @@ modifying QEMU's source code. ebpf_rss vfio-migration qapi-code-gen - writing-qmp-commands + writing-monitor-commands |