Home
last modified time | relevance | path

Searched refs:human (Results 1 – 25 of 46) sorted by relevance

12

/qemu/tests/unit/
H A Dtest-string-output-visitor.c22 bool human; member
26 bool human) in visitor_output_setup_internal() argument
28 data->human = human; in visitor_output_setup_internal()
29 data->ov = string_output_visitor_new(human, &data->str); in visitor_output_setup_internal()
63 bool human = data->human; in visitor_reset() local
66 visitor_output_setup_internal(data, human); in visitor_reset()
78 if (data->human) { in test_visitor_out_int()
103 if (data->human) { in test_visitor_out_intList()
149 if (data->human) { in test_visitor_out_string()
166 if (data->human) { in test_visitor_out_no_string()
[all …]
/qemu/qapi/
H A Dstring-output-visitor.c58 bool human; member
119 bool human) in format_string() argument
122 if (human) { in format_string()
131 if (human) { in format_string()
210 if (sov->human) { in print_type_int64()
243 if (!sov->human) { in print_type_size()
281 if (sov->human) { in print_type_str()
313 if (sov->human) { in print_type_null()
423 Visitor *string_output_visitor_new(bool human, char **result) in string_output_visitor_new() argument
430 v->human = human; in string_output_visitor_new()
H A Dcommon.json209 # @human-readable-text: Formatted output intended for humans.
214 'data': { 'human-readable-text': 'str' } }
H A Dmisc.json204 # @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
241 { 'command': 'human-monitor-command',
485 # @help: human readable text string, not suitable for parsing.
H A Dpragma.json29 'human-monitor-command',
/qemu/tests/qemu-iotests/tests/
H A Dqsd-migrate.out8 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
10 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
23 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
25 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
34 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
36 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
38 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
/qemu/tests/qemu-iotests/
H A D178.out.qcow215 qemu-img: --output must be used with human or json as argument.
19 == Size calculation for a new file (human) ==
35 == Empty qcow2 input image (human) ==
44 == qcow2 input image with data (human) ==
62 == qcow2 input image with internal snapshot (human) ==
70 == qcow2 input image and a backing file (human) ==
82 == qcow2 input image and preallocation (human) ==
90 == Fully-allocated qcow2 input image (human) ==
101 == Empty raw input image (human) ==
109 == raw input image with data (human) ==
[all …]
H A D178.out.raw15 qemu-img: --output must be used with human or json as argument.
19 == Size calculation for a new file (human) ==
36 == Empty raw input image (human) ==
44 == raw input image with data (human) ==
60 == raw input image and preallocation (human) ==
67 == Fully-allocated raw input image (human) ==
H A D156.out17 { 'execute': 'human-monitor-command',
34 { 'execute': 'human-monitor-command',
49 { 'execute': 'human-monitor-command',
55 { 'execute': 'human-monitor-command',
61 { 'execute': 'human-monitor-command',
67 { 'execute': 'human-monitor-command',
H A D249.out10 { 'execute': 'human-monitor-command',
25 { 'execute': 'human-monitor-command',
44 { 'execute': 'human-monitor-command',
H A D161.out10 { 'execute': 'human-monitor-command',
24 { 'execute': 'human-monitor-command',
46 { 'execute': 'human-monitor-command',
H A D117.out15 { 'execute': 'human-monitor-command',
H A D246.out91 {"execute": "human-monitor-command", "arguments": {"command-line": "block_resize drive0 70G"}}
198 {"execute": "human-monitor-command", "arguments": {"command-line": "block_resize drive0 50G"}}
H A D283.out20 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io backup-filter \"write 0…
H A D153.out428 { 'execute': 'human-monitor-command',
439 { 'execute': 'human-monitor-command',
445 { 'execute': 'human-monitor-command',
448 { 'execute': 'human-monitor-command',
453 { 'execute': 'human-monitor-command',
461 { 'execute': 'human-monitor-command',
H A D17891 for ofmt in human json; do
H A D043.out22 == finite chain of length 3 (human) ==
H A D244205 $QEMU_IMG map --output=human "$TEST_IMG" | _filter_testdir
/qemu/tests/qapi-schema/
H A Dreturns-bad-type.json4 'human-monitor-command', 'query-tpm-models', 'guest-get-time' ] } }
6 { 'command': 'human-monitor-command',
/qemu/include/qapi/
H A Dstring-output-visitor.h33 Visitor *string_output_visitor_new(bool human, char **result);
/qemu/docs/
H A Dspice-port-fqdn.txt10 QEMU human monitor
H A DCOLO-FT.txt227 {"execute": "human-monitor-command", "arguments": {"command-line": "drive_add -n buddy driver=repli…
254 {"execute": "human-monitor-command", "arguments":{ "command-line": "drive_del replication0" } }
290 {"execute": "human-monitor-command", "arguments":{ "command-line": "drive_add -n buddy driver=repli…
319 {"execute": "human-monitor-command", "arguments":{ "command-line": "drive_add -n buddy driver=repli…
/qemu/docs/devel/
H A Dwriting-monitor-commands.rst245 to pointer, which is passed to all QMP functions. The next argument is a human
278 Now that the QMP command is in place, we can also make it available in the human
357 machines, as opposed to exclusively human operators.
360 for human operators. While they may return large amounts of formatted
544 useful only to human operators.
573 obvious to human users.
604 the human monitor (HMP) as shown in previous examples. The HMP
/qemu/docs/devel/testing/
H A Dfunctional.rst107 res = self.vm.cmd('human-monitor-command',
154 'human-monitor-command',
158 'human-monitor-command',
162 'human-monitor-command',
/qemu/docs/system/
H A Dimages.rst48 replace an existing one. A human readable name can be assigned to each

12