Lines Matching +full:version +full:- +full:minor

1 # -*- Mode: Python -*-
19 # .. qmp-example::
21 # -> { "execute": "qmp_capabilities",
23 # <- { "return": {} }
28 # :doc:`/interop/qmp-spec`)
38 'allow-preconfig': true }
46 # @oob: QMP ability to support out-of-band requests. (Please refer to
47 # qmp-spec.rst for more information on OOB)
57 # A three-part version number.
59 # @major: The major version number.
61 # @minor: The minor version number.
63 # @micro: The micro version number.
68 'data': {'major': 'int', 'minor': 'int', 'micro': 'int'} }
73 # A description of QEMU's version.
75 # @qemu: The version of QEMU. By current convention, a micro version
76 # of 50 signifies a development branch. A micro version greater
78 # minor version. A micro version of less than 50 signifies a
82 # Downstream versions of QEMU should set this to a non-empty
92 # @query-version:
94 # Returns the current version of QEMU.
96 # Returns: A @VersionInfo object describing the current version of
101 # .. qmp-example::
103 # -> { "execute": "query-version" }
104 # <- {
108 # "minor":11,
115 { 'command': 'query-version', 'returns': 'VersionInfo',
116 'allow-preconfig': true }
130 # @query-commands:
138 # .. qmp-example::
140 # -> { "execute": "query-commands" }
141 # <- {
144 # "name":"query-balloon"
155 { 'command': 'query-commands', 'returns': ['CommandInfo'],
156 'allow-preconfig': true }
168 # .. qmp-example::
170 # -> { "execute": "quit" }
171 # <- { "return": {} }
174 'allow-preconfig': true }
181 # @readline: HMP monitor (human-oriented command line interface)
183 # @control: QMP monitor (JSON-based machine interface)
197 # emulator, control in qemu-storage-daemon)