Home
last modified time | relevance | path

Searched full:human (Results 1 – 25 of 121) sorted by relevance

12345

/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/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 D15682 "{ 'execute': 'human-monitor-command',
107 "{ 'execute': 'human-monitor-command',
136 "{ 'execute': 'human-monitor-command',
142 "{ 'execute': 'human-monitor-command',
148 "{ 'execute': 'human-monitor-command',
154 "{ 'execute': 'human-monitor-command',
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 D071142 { "execute": "human-monitor-command",
177 { "execute": "human-monitor-command",
212 { "execute": "human-monitor-command",
251 { "execute": "human-monitor-command",
256 { "execute": "human-monitor-command",
261 { "execute": "human-monitor-command",
H A D249.out10 { 'execute': 'human-monitor-command',
25 { 'execute': 'human-monitor-command',
44 { 'execute': 'human-monitor-command',
H A D24970 "{ 'execute': 'human-monitor-command',
87 "{ 'execute': 'human-monitor-command',
107 "{ 'execute': 'human-monitor-command',
H A D153215 "{ 'execute': 'human-monitor-command',
226 "{ 'execute': 'human-monitor-command',
235 "{ 'execute': 'human-monitor-command',
243 "{ 'execute': 'human-monitor-command',
251 "{ 'execute': 'human-monitor-command',
H A D161.out10 { 'execute': 'human-monitor-command',
24 { 'execute': 'human-monitor-command',
46 { 'execute': 'human-monitor-command',
H A D16167 "{ 'execute': 'human-monitor-command',
95 "{ 'execute': 'human-monitor-command',
128 "{ 'execute': 'human-monitor-command',
H A D27482 iotests.qemu_img_log('map', '--output=human', base)
84 iotests.qemu_img_log('map', '--output=human', mid)
86 iotests.qemu_img_log('map', '--output=human', top)
100 vm.qmp_log('human-monitor-command', command_line='commit drive0')
/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…
H A Dcopy-before-write88 result = self.vm.qmp('human-monitor-command',
92 result = self.vm.qmp('human-monitor-command',
151 result = self.vm.qmp('human-monitor-command',
155 result = self.vm.qmp('human-monitor-command',
261 result = self.vm.qmp('human-monitor-command',
266 result = self.vm.qmp('human-monitor-command',
270 result = self.vm.qmp('human-monitor-command',
H A Dluks-detached-header270 "human-monitor-command",
276 "human-monitor-command",
284 "human-monitor-command",
291 "human-monitor-command",
299 "human-monitor-command",
306 "human-monitor-command",
H A Dreopen-file75 result = self.vm.qmp('human-monitor-command',
79 result = self.vm.qmp('human-monitor-command',
/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 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
237 # -> { "execute": "human-monitor-command",
241 { 'command': 'human-monitor-command',
485 # @help: human readable text string, not suitable for parsing.
/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.h23 * Using @human creates output that is a bit easier for humans to read
33 Visitor *string_output_visitor_new(bool human, char **result);
H A Derror.h291 * Get @err's human-readable error message.
310 * human-readable error message is made from printf-style @fmt, ...
328 * the human-readable error message.
345 * is appended to the human-readable error message.
389 * Prepend some text to @errp's human-readable error message.
396 * Prepend some text to @errp's human-readable error message.
403 * Append a printf-style human-readable explanation to an existing error.
404 * If the error is later reported to a human user with
407 * Intended use is adding helpful hints on the human user interface,
/qemu/python/qemu/qmp/
H A Derror.py45 :param error_message: Human-readable string describing the error.
49 #: Human-readable error message, without any prefix.
H A Dqmp_client.py40 :param error_message: Human-readable string describing the error.
55 :param error_message: Human-readable string describing the error.
64 :param error_message: Human-readable string describing the error.
110 :param error_message: Human-readable string describing the error.
132 :param error_message: Human-readable string describing the error.
148 :param error_message: Human-readable string describing the error.
/qemu/tests/functional/
H A Dtest_arm_integratorcp.py75 self.vm.cmd('human-monitor-command', command_line='stop')
76 res = self.vm.cmd('human-monitor-command',
/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

12345