Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/qemu/hw/nvram/
A Deeprom93xx.c79 uint8_t command; member
160 uint8_t command = eeprom->command; in eeprom93xx_write() local
169 command = 0x0; in eeprom93xx_write()
184 if (command == 1) { in eeprom93xx_write()
220 command <<= 1; in eeprom93xx_write()
222 command += 1; in eeprom93xx_write()
231 if (command == 2) { in eeprom93xx_write()
235 if (command == 0) { in eeprom93xx_write()
261 if (command == 2) { in eeprom93xx_write()
277 eeprom->command = command; in eeprom93xx_write()
[all …]
/qemu/qapi/
A Dmisc.json39 { 'command': 'add_client',
152 { 'command': 'stop' }
176 { 'command': 'cont' }
187 # command line option was in use).
204 # @human-monitor-command:
208 # @command-line: the command to execute in the human monitor
241 { 'command': 'human-monitor-command',
354 { 'command': 'add-fd',
513 # @query-command-line-options:
515 # Query command line option schema.
[all …]
A Dqdev.json25 # properties are not included in the output of this command.
29 { 'command': 'device-list-properties',
46 # @json-cli: If present, the "-device" command line option supports
48 # command.
50 # @json-cli-hotplug: If present, the "-device" command line option
62 # the ``-device DEVICE,help`` command-line argument, where
76 # replaced by a properly qapified command.
80 { 'command': 'device_add',
119 { 'command': 'device_del', 'data': {'id': 'str'} }
183 # @unstable: The command is experimental.
[all …]
A Dqmp-dispatch.c142 const char *command; in qmp_dispatch() local
163 command = qdict_get_try_str(dict, "execute"); in qmp_dispatch()
165 if (!command) { in qmp_dispatch()
167 command = qdict_get_str(dict, "exec-oob"); in qmp_dispatch()
170 cmd = qmp_find_command(cmds, command); in qmp_dispatch()
173 "The command %s has not been found", command); in qmp_dispatch()
178 "command", command, &err)) { in qmp_dispatch()
184 command, in qmp_dispatch()
191 command); in qmp_dispatch()
A Dreplay.json62 { 'command': 'query-replay',
84 { 'command': 'replay-break', 'data': { 'icount': 'int' } }
90 # command is ignored when there are no replay breakpoints.
99 { 'command': 'replay-delete-break' }
105 # replaying the execution. The command automatically loads nearest
108 # replayed, then the command fails. Instruction count can be obtained
109 # with the @query-replay command.
120 { 'command': 'replay-seek', 'data': { 'icount': 'int' } }
A Dmisc-target.json8 # This command will reset the RTC interrupt reinjection backlog. Can
10 # for example QEMU guest agent's guest-set-time command.
19 { 'command': 'rtc-reset-reinjection',
143 { 'command': 'query-sev', 'returns': 'SevInfo',
225 # This command injects a secret blob into memory of SEV guest.
235 { 'command': 'sev-inject-launch-secret',
256 # This command is used to get the SEV attestation report, and is
272 { 'command': 'query-sev-attestation-report',
292 { 'command': 'dump-skeys',
508 { 'command': 'xen-event-list',
[all …]
A Dcontrol.json25 # .. note:: This command is valid exactly when first connecting: it
26 # must be issued before any other command will be accepted, and
36 { 'command': 'qmp_capabilities',
115 { 'command': 'query-version', 'returns': 'VersionInfo',
121 # Information about a QMP command
123 # @name: The command name
155 { 'command': 'query-commands', 'returns': ['CommandInfo'],
161 # This command will cause the QEMU process to exit gracefully. While
173 { 'command': 'quit',
181 # @readline: HMP monitor (human-oriented command line interface)
/qemu/hw/i2c/
A Dsmbus_master.c51 int smbus_read_byte(I2CBus *bus, uint8_t addr, uint8_t command) in smbus_read_byte() argument
57 i2c_send(bus, command); in smbus_read_byte()
68 int smbus_write_byte(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t data) in smbus_write_byte() argument
73 i2c_send(bus, command); in smbus_write_byte()
79 int smbus_read_word(I2CBus *bus, uint8_t addr, uint8_t command) in smbus_read_word() argument
85 i2c_send(bus, command); in smbus_read_word()
97 int smbus_write_word(I2CBus *bus, uint8_t addr, uint8_t command, uint16_t data) in smbus_write_word() argument
102 i2c_send(bus, command); in smbus_write_word()
109 int smbus_read_block(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t *data, in smbus_read_block() argument
119 i2c_send(bus, command); in smbus_read_block()
[all …]
/qemu/tests/qapi-schema/
A Dreturns-bad-type.json3 { 'pragma': { 'command-returns-exceptions': [
4 'human-monitor-command', 'query-tpm-models', 'guest-get-time' ] } }
6 { 'command': 'human-monitor-command',
7 'data': {'command-line': 'str', '*cpu-index': 'int'},
10 { 'command': 'query-tpm-models', 'returns': ['TpmModel'] }
11 { 'command': 'guest-get-time',
14 { 'command': 'no-way-this-will-get-whitelisted',
A Dredefined-command.err1 redefined-command.json: In command 'foo':
2 redefined-command.json:3: 'foo' is already defined
3 redefined-command.json: In command 'foo':
4 redefined-command.json:2: previous definition
A Dqapi-schema-test.json14 'command-returns-exceptions': [
182 { 'command': 'user-def-cmd2',
198 { 'command': 'test-flags-command', 'allow-oob': true, 'allow-preconfig': true }
247 { 'command': '__org.qemu_x-command',
283 { 'command': 'test-if-cmd',
351 { 'command': 'test-features0',
364 { 'command': 'test-command-features1',
366 { 'command': 'test-command-features3',
369 { 'command': 'test-command-cond-features1',
371 { 'command': 'test-command-cond-features2',
[all …]
A Dqapi-schema-test.out34 command user-def-cmd0 Empty2 -> Empty2
177 command user-def-cmd None -> None
190 command coroutine-cmd None -> None
205 command boxed-empty Empty1 -> None
207 command test-flags-command None -> None
272 command __org.qemu_x-command q_obj___org.qemu_x-command-arg -> None
394 command test-command-features1 None -> None
397 command test-command-features3 None -> None
402 command test-command-cond-features1 None -> None
406 command test-command-cond-features2 None -> None
[all …]
A Dreserved-command-q.err1 reserved-command-q.json: In command 'q-unix':
2 reserved-command-q.json:5: command has an invalid name
/qemu/docs/devel/
A Dwriting-monitor-commands.rst27 new QMP command.
116 { 'command': 'hello-world' }
118 The "command" keyword defines a new QMP command. It instructs QAPI to
170 { 'command': 'hello-world',
275 Implementing the HMP command
330 command. It might be instructive to check the command's documentation with
331 HMP's "help" command.
419 data returned by a command.
477 The HMP command
575 Implementing the QMP command
[all …]
/qemu/scripts/
A Dmodinfo-collect.py11 for command in compile_commands:
12 if command['file'] != src:
14 if target != '' and command['command'].find(target) == -1:
16 return command['command']
19 def process_command(src, command): argument
22 for item in shlex.split(command):
53 command = find_command(src, target, compile_commands)
54 cmdline = process_command(src, command)
/qemu/target/hexagon/
A Dmeson.build37 command: [gen_semantics, '@OUTPUT@'],
63 command: [python, files('gen_printinsn.py'), semantics_generated, '@OUTPUT@'],
72 command: [python, files('gen_op_attribs.py'), semantics_generated, '@OUTPUT@'],
98 command: [gen_dectree_import, '@OUTPUT@'],
322 command: [idef_parser, '@INPUT@', '@OUTPUT0@', '@OUTPUT1@', '@OUTPUT2@']
331 command: [indent, '-linux', '@INPUT@', '-o', '@OUTPUT@']
338 command: ['cp', '@INPUT@', '@OUTPUT@']
369 command: [python, files('gen_helper_protos.py'), helper_in, '@OUTPUT@'],
378 command: [python, files('gen_helper_funcs.py'), helper_in, '@OUTPUT@'],
387 command: [python, files('gen_tcg_funcs.py'), helper_in, '@OUTPUT@'],
[all …]
/qemu/tests/qemu-iotests/
A D219.out39 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
40 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
41 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
42 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
43 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
44 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
80 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb…
81 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb…
82 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb…
83 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb…
[all …]
A D249.out8 === Send a write command to a drive opened in read-only mode (1)
10 { 'execute': 'human-monitor-command',
11 'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}}
23 === Send a write command to a drive opened in read-only mode (2)
25 { 'execute': 'human-monitor-command',
26 'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}}
42 === Send a write command to a drive opened in read-only mode (3)
44 { 'execute': 'human-monitor-command',
45 'arguments': {'command-line': 'qemu-io none0 "aio_write 0 2k"'}}
A D156.out17 { 'execute': 'human-monitor-command',
18 'arguments': { 'command-line':
34 { 'execute': 'human-monitor-command',
35 'arguments': { 'command-line':
49 { 'execute': 'human-monitor-command',
50 'arguments': { 'command-line':
55 { 'execute': 'human-monitor-command',
56 'arguments': { 'command-line':
61 { 'execute': 'human-monitor-command',
62 'arguments': { 'command-line':
[all …]
/qemu/hw/i386/
A Dvmport.c83 void vmport_register(VMPortCommand command, VMPortReadFunc *func, void *opaque) in vmport_register() argument
85 assert(command < VMPORT_ENTRIES); in vmport_register()
88 trace_vmport_register(command, func, opaque); in vmport_register()
89 port_state->func[command] = func; in vmport_register()
90 port_state->opaque[command] = opaque; in vmport_register()
100 unsigned char command; in vmport_ioport_read() local
114 command = env->regs[R_ECX]; in vmport_ioport_read()
115 trace_vmport_command(command); in vmport_ioport_read()
116 if (command >= VMPORT_ENTRIES || !s->func[command]) { in vmport_ioport_read()
117 qemu_log_mask(LOG_UNIMP, "vmport: unknown command %x\n", command); in vmport_ioport_read()
[all …]
/qemu/include/hw/i2c/
A Dsmbus_master.h34 int smbus_read_byte(I2CBus *bus, uint8_t addr, uint8_t command);
35 int smbus_write_byte(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t data);
36 int smbus_read_word(I2CBus *bus, uint8_t addr, uint8_t command);
37 int smbus_write_word(I2CBus *bus, uint8_t addr, uint8_t command, uint16_t data);
45 int smbus_read_block(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t *data,
52 int smbus_write_block(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t *data,
/qemu/trace/
A Dmeson.build21 command: [ tracetool, group, '--format=h', '@INPUT@', '@OUTPUT@' ],
27 command: [ tracetool, group, '--format=c', '@INPUT@', '@OUTPUT@' ],
33command: [ tracetool, group, '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ],
43 command: [ tracetool, group, '--format=d', '@INPUT@', '@OUTPUT@' ],
48command: [ dtrace, '-DSTAP_SDT_V2', '-o', '@OUTPUT@', '-h', '-s', '@INPUT@' ])
54command: [ dtrace, '-DSTAP_SDT_V2', '-o', '@OUTPUT@', '-G', '-s', '@INPUT@' ])
65 command: [ 'cat', '@INPUT@' ],
74command: [ tracetool, '--group=all', '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ],
79command: [ tracetool, '--group=all', '--format=ust-events-c', '@INPUT@', '@OUTPUT@' ],
/qemu/backends/
A Dspdm-socket.c75 uint32_t *command, in receive_platform_data() argument
87 *command = response; in receive_platform_data()
142 uint32_t transport_type, uint32_t command, in send_platform_data() argument
147 result = write_data32(socket, command); in send_platform_data()
191 uint32_t command; in spdm_socket_rsp() local
201 result = receive_platform_data(socket, transport_type, &command, in spdm_socket_rsp()
207 assert(command != 0); in spdm_socket_rsp()
/qemu/qga/
A Dqapi-schema.json18 'command-returns-exceptions': [
42 # response to this command).
100 { 'command': 'guest-sync',
111 { 'command': 'guest-ping' }
123 { 'command': 'guest-get-time',
149 { 'command': 'guest-set-time',
157 # @name: name of the command
192 { 'command': 'guest-info',
226 { 'command': 'guest-file-open',
536 { 'command': 'guest-fstrim',
[all …]
/qemu/tests/tcg/x86_64/
A Dcross-modifying-code.c58 int command = THREAD_WAIT; in main() local
64 err = pthread_create(&thread, NULL, &thread_func, &command); in main()
67 __atomic_store_n(&command, THREAD_PATCH, __ATOMIC_SEQ_CST); in main()
71 __atomic_store_n(&command, THREAD_STOP, __ATOMIC_SEQ_CST); in main()

Completed in 38 milliseconds

12345678910>>...19