File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 22# vim: filetype=python
33
44##
5- # = QEMU guest agent protocol commands and structs
5+ # This manual describes the commands supported by the QEMU Guest
6+ # Agent Protocol.
67#
7- # For a concise listing of all commands, events, and types in the QEMU
8- # guest agent, please consult the `qapi-qga-index`.
8+ # For locating a particular item, please see the `qapi-qga-index`.
9+ #
10+ # The following notation is used in examples:
11+ #
12+ # .. qmp-example::
13+ #
14+ # -> ... text sent by client (commands) ...
15+ # <- ... text sent by server (command responses and events) ...
16+ #
17+ # Example text is formatted for readability. However, in real
18+ # protocol usage, its commonly emitted as a single line.
19+ #
20+ # Please refer to the
21+ # :doc:`QEMU Machine Protocol Specification </interop/qmp-spec>`
22+ # for the general format of commands, responses, and events.
923##
1024
1125{ 'pragma' : { 'doc-required' : true } }
You can’t perform that action at this time.
0 commit comments