Lines Matching refs:command

17 # If the FD associated with @fdname is not a socket, the command will
24 # @fdname: file descriptor name previously passed via 'getfd' command
39 { 'command': 'add_client',
68 { 'command': 'query-name', 'returns': 'NameInfo', 'allow-preconfig': true }
107 # declared using the ``-object iothread`` command-line option. It
129 { 'command': 'query-iothreads', 'returns': ['IOThreadInfo'],
142 # option was passed on the command line.
152 { 'command': 'stop' }
161 # .. note:: This command will succeed if the guest is currently
163 # state; in this case, the effect of the command is to make sure
165 # the ``-S`` command line option if it was passed.
168 # this command will transition back to the "suspended" state.
176 { 'command': 'cont' }
183 # This command makes QEMU exit the preconfig state and proceed with VM
184 # initialization using configuration data provided on the command line
185 # and via the QMP monitor during the preconfig state. The command is
187 # command line option was in use).
191 # @unstable: This command is experimental.
200 { 'command': 'x-exit-preconfig', 'allow-preconfig': true,
204 # @human-monitor-command:
206 # Execute a command on the human monitor and return the output.
208 # @command-line: the command to execute in the human monitor
214 # @savevm-monitor-nodes: If present, HMP command savevm only snapshots
218 # Returns: the output of the command as a string
222 # .. note:: This command only exists as a stop-gap. Its use is highly
223 # discouraged. The semantics of this command are not guaranteed:
224 # this means that command names, arguments and responses can change
226 # stability guarantees should NOT use this command.
230 # * This command is stateless, this means that commands that depend
241 { 'command': 'human-monitor-command',
242 'data': {'command-line': 'str', '*cpu-index': 'int'},
258 # The 'closefd' command can be used to explicitly close the file
266 { 'command': 'getfd', 'data': {'fdname': 'str'}, 'if': 'CONFIG_POSIX' }
285 # The 'closefd' command can be used to explicitly close the file
294 { 'command': 'get-win32-socket', 'data': {'info': 'str', 'fdname': 'str'}, 'if': 'CONFIG_WIN32' }
310 { 'command': 'closefd', 'data': {'fdname': 'str'} }
354 { 'command': 'add-fd',
383 { 'command': 'remove-fd', 'data': {'fdset-id': 'int', '*fd': 'int'} }
455 { 'command': 'query-fdsets', 'returns': ['FdsetInfo'] }
479 # Details about a single parameter of a command line option.
500 # Details about a command line option, including its list of parameter
513 # @query-command-line-options:
515 # Query command line option schema.
548 {'command': 'query-command-line-options',