mirror of
https://github.com/qemu/qemu.git
synced 2024-12-17 09:13:44 +08:00
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>
This commit is contained in:
parent
0ca117a756
commit
0e33e3d2c4
@ -44,4 +44,4 @@ modifying QEMU's source code.
|
|||||||
ebpf_rss
|
ebpf_rss
|
||||||
vfio-migration
|
vfio-migration
|
||||||
qapi-code-gen
|
qapi-code-gen
|
||||||
writing-qmp-commands
|
writing-monitor-commands
|
||||||
|
@ -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
|
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
|
This document doesn't discuss QMP protocol level details, nor does it dive
|
||||||
into the QAPI framework implementation.
|
into the QAPI framework implementation.
|
Loading…
Reference in New Issue
Block a user