Home
last modified time | relevance | path

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

12345678910>>...18

/qemu/qapi/
H A Dmisc.json39 { 'command': 'add_client',
142 # option was passed on the command line.
152 { 'command': 'stop' }
165 # -S command line option if it was passed.
176 { 'command': 'cont' }
187 # command line option was in use).
191 # @unstable: This command is experimental.
204 # @human-monitor-command:
208 # @command-line: the command to execute in the human monitor
218 # Returns: the output of the command as a string
[all …]
H 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
58 # 2. For detailed information about this command, please refer to
73 # TODO: This command effectively bypasses QAPI completely due to its
76 # replaced by a properly qapified command.
80 { 'command': 'device_add',
95 # Notes: When this command completes, the device may not be removed
[all …]
H 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()
H 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',
99 { 'command': 'query-sev', 'returns': 'SevInfo',
181 # This command injects a secret blob into memory of SEV guest.
191 { 'command': 'sev-inject-launch-secret',
212 # This command is used to get the SEV attestation report, and is
228 { 'command': 'query-sev-attestation-report',
248 { 'command': 'dump-skeys',
464 { 'command': 'xen-event-list',
[all …]
H 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' } }
H A Dcontrol.json25 # Notes: This command is valid exactly when first connecting: it must
26 # be issued before any other command will be accepted, and will
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/nvram/
H 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/hw/i2c/
H 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/
H 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',
H 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
H 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 …]
H A Dqapi-schema-test.out35 command user-def-cmd0 Empty2 -> Empty2
178 command user-def-cmd None -> None
191 command coroutine-cmd None -> None
206 command boxed-empty Empty1 -> None
208 command test-flags-command None -> None
273 command __org.qemu_x-command q_obj___org.qemu_x-command-arg -> None
395 command test-command-features1 None -> None
398 command test-command-features3 None -> None
403 command test-command-cond-features1 None -> None
407 command test-command-cond-features2 None -> None
[all …]
H 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/
H 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/
H 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/
H A Dmeson.build38 command: [gen_semantics, '@OUTPUT@'],
84 command: [python, files('gen_op_regs.py'), semantics_generated, attribs_def, '@OUTPUT@'],
119 command: [gen_dectree_import, '@OUTPUT@'],
265 command: [python, files('gen_trans_funcs.py'), semantics_generated, '@OUTPUT@'],
343 command: [idef_parser, '@INPUT@', '@OUTPUT0@', '@OUTPUT1@', '@OUTPUT2@']
352 command: [indent, '-linux', '@INPUT@', '-o', '@OUTPUT@']
359 command: ['cp', '@INPUT@', '@OUTPUT@']
390 command: [python, files('gen_helper_protos.py'), helper_in, '@OUTPUT@'],
399 command: [python, files('gen_helper_funcs.py'), helper_in, '@OUTPUT@'],
408 command: [python, files('gen_tcg_funcs.py'), helper_in, '@OUTPUT@'],
[all …]
/qemu/tests/qemu-iotests/
H 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 …]
H 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"'}}
H 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 …]
H A D183.out14 { 'execute': 'human-monitor-command',
15 'arguments': { 'command-line':
20 { 'execute': 'human-monitor-command',
21 'arguments': { 'command-line':
40 { 'execute': 'human-monitor-command',
41 'arguments': { 'command-line':
46 { 'execute': 'human-monitor-command',
47 'arguments': { 'command-line':
/qemu/hw/i386/
H 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/
H 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/pc-bios/s390-ccw/
H A Dnetboot.mak14 $(call quiet-command,$(CC) $(NETLDFLAGS) -o $@ $^,Linking)
17 $(call quiet-command,$(STRIP) --strip-unneeded $< -o $@,Stripping $< into)
26 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
32 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
36 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
41 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
44 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
49 $(call quiet-command,$(AR) -rc $@ $^,Creating static library)
59 $(call quiet-command,$(CC) $(LIBNETCFLAGS) -c -o $@ $<,Compiling)
62 $(call quiet-command,$(AR) -rc $@ $^,Creating static library)
/qemu/trace/
H 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/hw/gpio/
H A Dmax7310.c31 uint8_t command; member
44 s->command = 0x00; in max7310_reset()
51 switch (s->command) { in max7310_rx()
72 __func__, s->command); in max7310_rx()
92 s->command = data; in max7310_tx()
97 switch (s->command) { in max7310_tx()
125 __func__, s->command); in max7310_tx()
165 VMSTATE_UINT8(command, MAX7310State),

12345678910>>...18