mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
docs/devel: tweak headings in monitor command docs
The new headings reflect the intended structure of the document and will better suit additions that follow. Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
0e33e3d2c4
commit
fa2613afa1
1 changed files with 4 additions and 4 deletions
|
@ -85,8 +85,8 @@ any data". Now you're ready to enter the QMP example commands as explained in
|
||||||
the following sections.
|
the following sections.
|
||||||
|
|
||||||
|
|
||||||
Writing a command that doesn't return data
|
Writing a simple command: hello-world
|
||||||
------------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
That's the most simple QMP command that can be written. Usually, this kind of
|
That's the most simple QMP command that can be written. Usually, this kind of
|
||||||
command carries some meaningful action in QEMU but here it will just print
|
command carries some meaningful action in QEMU but here it will just print
|
||||||
|
@ -340,8 +340,8 @@ Please, check the "-monitor" command-line option to know how to open a user
|
||||||
monitor.
|
monitor.
|
||||||
|
|
||||||
|
|
||||||
Writing a command that returns data
|
Writing more complex commands
|
||||||
-----------------------------------
|
-----------------------------
|
||||||
|
|
||||||
A QMP command is capable of returning any data the QAPI supports like integers,
|
A QMP command is capable of returning any data the QAPI supports like integers,
|
||||||
strings, booleans, enumerations and user defined types.
|
strings, booleans, enumerations and user defined types.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue