File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 14
14
# storage daemon.
15
15
16
16
##
17
- # = QEMU storage daemon protocol commands and structs
17
+ # = Introduction
18
18
#
19
- # For a concise listing of all commands, events, and types in the QEMU
20
- # storage daemon, please consult the `qapi-qsd-index`.
19
+ # This manual describes the commands and events supported by the QEMU
20
+ # storage daemon QMP.
21
+ #
22
+ # For locating a particular item, please see the `qapi-qsd-index`.
23
+ #
24
+ # The following notation is used in examples:
25
+ #
26
+ # .. qmp-example::
27
+ #
28
+ # -> ... text sent by client (commands) ...
29
+ # <- ... text sent by server (command responses and events) ...
30
+ #
31
+ # Example text is formatted for readability. However, in real
32
+ # protocol usage, its commonly emitted as a single line.
33
+ #
34
+ # Please refer to the
35
+ # :doc:`QEMU Machine Protocol Specification </interop/qmp-spec>`
36
+ # for the general format of commands, responses, and events.
21
37
##
22
38
23
39
You can’t perform that action at this time.
0 commit comments