Lines Matching full:qmp
6 # = QMP monitor control
12 # Enable QMP capabilities.
16 # the QMP greeting message. If the field is not provided, it
17 # means no QMP capabilities will be enabled. (since 2.12)
19 # .. qmp-example::
28 # :doc:`/interop/qmp-spec`)
30 # .. note:: The QMP client needs to explicitly enable QMP
31 # capabilities, otherwise all the QMP capabilities will be turned
44 # connection, used for agreeing on particular QMP extension behaviors.
46 # @oob: QMP ability to support out-of-band requests. (Please refer to
47 # qmp-spec.rst for more information on OOB)
101 # .. qmp-example::
121 # Information about a QMP command
132 # Return a list of supported QMP commands by this server
138 # .. qmp-example::
162 # every attempt is made to send the QMP response before terminating,
168 # .. qmp-example::
183 # @control: QMP monitor (JSON-based machine interface)
199 # @pretty: Enables pretty printing (QMP only)