/qemu/tests/unit/ |
H A D | test-string-output-visitor.c | 22 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 D | 178.out.qcow2 | 15 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 D | 156 | 82 "{ '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 D | 178.out.raw | 15 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 D | 156.out | 17 { '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 D | 071 | 142 { "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 D | 249.out | 10 { 'execute': 'human-monitor-command', 25 { 'execute': 'human-monitor-command', 44 { 'execute': 'human-monitor-command',
|
H A D | 249 | 70 "{ 'execute': 'human-monitor-command', 87 "{ 'execute': 'human-monitor-command', 107 "{ 'execute': 'human-monitor-command',
|
H A D | 153 | 215 "{ '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 D | 161.out | 10 { 'execute': 'human-monitor-command', 24 { 'execute': 'human-monitor-command', 46 { 'execute': 'human-monitor-command',
|
H A D | 161 | 67 "{ 'execute': 'human-monitor-command', 95 "{ 'execute': 'human-monitor-command', 128 "{ 'execute': 'human-monitor-command',
|
H A D | 274 | 82 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 D | qsd-migrate.out | 8 {"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 D | copy-before-write | 88 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 D | luks-detached-header | 270 "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 D | reopen-file | 75 result = self.vm.qmp('human-monitor-command', 79 result = self.vm.qmp('human-monitor-command',
|
/qemu/qapi/ |
H A D | string-output-visitor.c | 58 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 D | misc.json | 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 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 D | returns-bad-type.json | 4 'human-monitor-command', 'query-tpm-models', 'guest-get-time' ] } } 6 { 'command': 'human-monitor-command',
|
/qemu/include/qapi/ |
H A D | string-output-visitor.h | 23 * 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 D | error.h | 291 * 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 D | error.py | 45 :param error_message: Human-readable string describing the error. 49 #: Human-readable error message, without any prefix.
|
H A D | qmp_client.py | 40 :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 D | test_arm_integratorcp.py | 75 self.vm.cmd('human-monitor-command', command_line='stop') 76 res = self.vm.cmd('human-monitor-command',
|
/qemu/docs/devel/ |
H A D | writing-monitor-commands.rst | 245 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
|