/qemu/hw/display/ |
H A D | qxl-logger.c | 114 fprintf(stderr, " (id %" PRIx64 " type %d flags %d width %d height %d", in qxl_log_image() 118 fprintf(stderr, ", fmt %d flags %d x %d y %d stride %d" in qxl_log_image() 126 fprintf(stderr, ")"); in qxl_log_image() 132 fprintf(stderr, " %dx%d+%d+%d", in qxl_log_rect() 143 fprintf(stderr, " src %" PRIx64, in qxl_log_cmd_draw_copy() 149 fprintf(stderr, " area"); in qxl_log_cmd_draw_copy() 151 fprintf(stderr, " rop %d", copy->rop_descriptor); in qxl_log_cmd_draw_copy() 157 fprintf(stderr, ": surface_id %d type %s effect %s", in qxl_log_cmd_draw() 171 fprintf(stderr, ": type %s effect %s", in qxl_log_cmd_draw_compat() 175 fprintf(stderr, ": bitmap %d", in qxl_log_cmd_draw_compat() [all …]
|
/qemu/tests/tcg/s390x/ |
H A D | mvc.c | 35 fprintf(stderr, "SIGSEGV not registered\n"); in main() 48 fprintf(stderr, "mprotect failed\n"); in main() 55 fprintf(stderr, "fault not triggered\n"); in main() 62 fprintf(stderr, "fault not triggered\n"); in main() 69 fprintf(stderr, "fault not triggered\n"); in main() 76 fprintf(stderr, "mprotect failed\n"); in main() 83 fprintf(stderr, "data modified during a fault\n"); in main() 92 fprintf(stderr, "src modified\n"); in main() 97 fprintf(stderr, "wrong dst modified\n"); in main() 102 fprintf(stderr, "wrong data moved\n"); in main()
|
H A D | fma.c | 90 fprintf(stderr, "Unsupported fmt: %d\n", fmt); in interpret_tables() 108 fprintf(stderr, "Unsupported spec1: %s\n", spec1); in interpret_tables() 137 fprintf(stderr, "Unsupported fmt: %d\n", fmt); in interpret_tables() 148 fprintf(stderr, "Unsupported spec2: %s\n", spec2); in interpret_tables() 211 fprintf(stderr, "Unsupported fmt: %d\n", it.fmt); in main() 217 fprintf(stderr, "[ FAILED ] "); in main() 218 dump_v(stderr, &b, n); in main() 219 fprintf(stderr, " * "); in main() 220 dump_v(stderr, &c, n); in main() 221 fprintf(stderr, " + "); in main() [all …]
|
/qemu/ |
H A D | qemu-bridge-helper.c | 70 fprintf(stderr, in usage() 105 fprintf(stderr, "Invalid config line:\n %s\n", line); in parse_acl_file() 122 fprintf(stderr, "name `%s' too long: %zu\n", arg, strlen(arg)); in parse_acl_file() 148 fprintf(stderr, "Unknown command `%s'\n", cmd); in parse_acl_file() 256 fprintf(stderr, "failed to drop privileges\n"); in main() 283 fprintf(stderr, "name `%s' too long: %zu\n", bridge, strlen(bridge)); in main() 291 fprintf(stderr, "failed to parse default acl file `%s'\n", in main() 325 fprintf(stderr, "access denied by acl file\n"); in main() 333 fprintf(stderr, "failed to open control socket: %s\n", strerror(errno)); in main() 341 fprintf(stderr, "failed to open /dev/net/tun: %s\n", strerror(errno)); in main() [all …]
|
H A D | qemu-edid.c | 57 fprintf(stderr, "outfile specified twice\n"); in main() 62 fprintf(stderr, "open %s: %s\n", optarg, strerror(errno)); in main() 68 fprintf(stderr, "not a number: %s\n", optarg); in main() 74 fprintf(stderr, "not a number: %s\n", optarg); in main() 80 fprintf(stderr, "not a number: %s\n", optarg); in main() 86 fprintf(stderr, "not a number: %s\n", optarg); in main() 92 fprintf(stderr, "not a number: %s\n", optarg); in main() 96 fprintf(stderr, "cannot be zero: %s\n", optarg); in main() 113 usage(stderr); in main()
|
H A D | cpu-target.c | 60 fprintf(stderr, "qemu: fatal: "); in cpu_abort() 61 vfprintf(stderr, fmt, ap); in cpu_abort() 62 fprintf(stderr, "\n"); in cpu_abort() 63 cpu_dump_state(cpu, stderr, CPU_DUMP_FPU | CPU_DUMP_CCOP); in cpu_abort()
|
/qemu/tests/migration-stress/ |
H A D | stress.c | 44 fprintf(stderr, "%s (%05d): ERROR: cannot reboot: %s\n", in exit_failure() 60 fprintf(stderr, "%s (%05d): ERROR: cannot open /proc/cmdline: %s\n", in get_command_arg_str() 66 fprintf(stderr, "%s (%05d): ERROR: cannot read /proc/cmdline: %s\n", in get_command_arg_str() 80 fprintf(stderr, "%s (%05d): ERROR: no value provided for '%s' in /proc/cmdline\n", in get_command_arg_str() 90 fprintf(stderr, "%s (%05d): ERROR: no value provided for '%s' in /proc/cmdline\n", in get_command_arg_str() 116 fprintf(stderr, "%s (%05d): ERROR: cannot parse %s value %s\n", in get_command_arg_ull() 132 fprintf(stderr, "%s (%05d): ERROR: cannot open /dev/urandom: %s\n", in random_bytes() 138 fprintf(stderr, "%s (%05d): ERROR: cannot read /dev/urandom: %s\n", in random_bytes() 198 fprintf(stderr, "%s (%05d): INFO: %06llums copied 1 GB in %05llums\n", in stressone() 236 fprintf(stderr, "%s (%05d): ERROR: cannot create %s: %s\n", in mount_misc() [all …]
|
/qemu/subprojects/libvduse/ |
H A D | libvduse.c | 457 fprintf(stderr, "Guest says index %u is available\n", *head); in vduse_queue_get_head() 515 fprintf(stderr, "Desc next is %u\n", *next); in vduse_queue_read_next_desc() 578 fprintf(stderr, "Error inject irq for vq %d: %s\n", in vduse_queue_notify() 599 fprintf(stderr, "virtio: zero sized buffers are not allowed\n"); in vduse_queue_map_single_desc() 607 fprintf(stderr, in vduse_queue_map_single_desc() 614 fprintf(stderr, "virtio: invalid address for buffers\n"); in vduse_queue_map_single_desc() 662 fprintf(stderr, "Invalid size for indirect buffer table\n"); in vduse_queue_map_desc() 682 fprintf(stderr, "Invalid indirect buffer table\n"); in vduse_queue_map_desc() 699 fprintf(stderr, "Incorrect order for descriptors\n"); in vduse_queue_map_desc() 712 fprintf(stderr, "Looped descriptor\n"); in vduse_queue_map_desc() [all …]
|
/qemu/tests/guest-debug/ |
H A D | run-test.py | 38 parser.add_argument("--stderr", help="A file to redirect stderr to") 68 if args.stderr: 69 stderr = open(args.stderr, "w") variable 71 stderr = None variable 121 result = subprocess.call(gdb_cmd, shell=True, stdout=output, stderr=stderr,
|
/qemu/tests/ |
H A D | vhost-user-bridge.c | 100 fprintf(stderr, in dispatcher_add() 122 fprintf(stderr, in dispatcher_remove() 195 fprintf(stderr, "virtio-net header not in first element\n"); in vubr_handle_tx() 199 iov_hexdump(out_sg, out_num, stderr, "TX:", 1024); in vubr_handle_tx() 308 fprintf(stderr, "virtio-net contains no in buffers\n"); in vubr_backend_recv_cb() 378 fprintf(stderr, "Error while dispatching\n"); in vubr_receive_cb() 483 fprintf(stderr, "PANIC: %s\n", msg); in vubr_panic() 525 fprintf(stderr, "Failed to initialize libvhost-user\n"); in vubr_accept_cb() 542 fprintf(stderr, "unix domain socket path '%s' is too long\n", path); in vubr_new() 584 fprintf(stderr, "Failed to initialize libvhost-user\n"); in vubr_new() [all …]
|
/qemu/python/ |
H A D | avocado.cfg | 5 # Don't show stdout/stderr in the test *summary* 9 # Don't show the full debug.log output; only select stdout/stderr. 10 output.testlogs.logfiles = ['stdout', 'stderr'] 12 # Show full stdout/stderr only on tests that FAIL
|
/qemu/contrib/ivshmem-client/ |
H A D | main.c | 25 fprintf(stderr, "%s [opts]\n", name); in ivshmem_client_usage() 26 fprintf(stderr, " -h: show this help\n"); in ivshmem_client_usage() 27 fprintf(stderr, " -v: verbose mode\n"); in ivshmem_client_usage() 28 fprintf(stderr, " -S <unix_sock_path>: path to the unix socket\n" in ivshmem_client_usage() 152 fprintf(stderr, "select error: %s\n", strerror(errno)); in ivshmem_client_poll_events() 161 fprintf(stderr, "ivshmem_client_handle_stdin_command() failed\n"); in ivshmem_client_poll_events() 166 fprintf(stderr, "ivshmem_client_handle_fds() failed\n"); in ivshmem_client_poll_events() 216 fprintf(stderr, "cannot init client\n"); in main() 222 fprintf(stderr, "cannot connect to server, retry in 1 second\n"); in main()
|
/qemu/contrib/ivshmem-server/ |
H A D | main.c | 64 fprintf(stderr, "Try '%s -h' for more information.\n", progname); in ivshmem_server_help() 116 fprintf(stderr, "cannot parse n_vectors\n"); in ivshmem_server_parse_args() 131 fprintf(stderr, "too many requested vectors (max is %d)\n", in ivshmem_server_parse_args() 138 fprintf(stderr, "cannot use verbose in daemon mode\n"); in ivshmem_server_parse_args() 165 fprintf(stderr, "select error: %s\n", strerror(errno)); in ivshmem_server_poll_events() 173 fprintf(stderr, "ivshmem_server_handle_fds() failed\n"); in ivshmem_server_poll_events() 236 fprintf(stderr, "cannot init server\n"); in main() 242 fprintf(stderr, "cannot bind\n"); in main() 251 fprintf(stderr, "cannot daemonize: %s\n", strerror(errno)); in main() 258 fprintf(stderr, "cannot write pid file: %s\n", strerror(errno)); in main()
|
/qemu/qga/ |
H A D | vss-win32.c | 39 fprintf(stderr, "failed to load %s from %s: %s", in call_vss_provider_func() 61 fprintf(stderr, "failed to IsWow64Process (Error: %lx\n)\n", in vss_check_os_version() 79 fprintf(stderr, "VSS provider is not supported in this OS version: " in vss_init() 91 fprintf(stderr, "failed to load %s: %sfsfreeze is disabled\n", in vss_init() 100 fprintf(stderr, "fsfreeze is disabled.\n"); in vss_init() 129 fprintf(stderr, "Installation of VSS provider is skipped. " in ga_install_vss_provider() 142 fprintf(stderr, "Removal of VSS provider is skipped.\n"); in ga_uninstall_vss_provider()
|
/qemu/linux-user/ |
H A D | gen-vdso-elfn.c.inc | 153 fprintf(stderr, "Multiple LOAD segments\n"); 157 fprintf(stderr, "LOAD segment does not cover EHDR\n"); 161 fprintf(stderr, "LOAD segment not loaded at address 0\n"); 172 fprintf(stderr, "LOAD segment's filesz and memsz differ\n"); 176 fprintf(stderr, "LOAD segment is larger than the whole VDSO\n"); 183 fprintf(stderr, "LOAD segment does not cover PHDRs\n"); 187 fprintf(stderr, "LOAD segment is not read-write\n"); 210 fprintf(stderr, "LOAD segment does not cover %s\n", which); 270 fprintf(stderr, "VDSO has incorrect dynamic symbol size\n"); 286 fprintf(stderr, "VDSO has dynamic relocations\n"); [all …]
|
/qemu/ui/ |
H A D | cursor.c | 20 fprintf(stderr, "%s: header parse error: \"%s\"\n", in cursor_parse_xpm() 25 fprintf(stderr, "%s: chars != 1 not supported\n", __func__); in cursor_parse_xpm() 42 fprintf(stderr, "%s: color parse error: \"%s\"\n", in cursor_parse_xpm() 67 fprintf(stderr, "%s: %2d: |", prefix, y); in cursor_print_ascii_art() 70 fprintf(stderr, " "); /* transparent */ in cursor_print_ascii_art() 72 fprintf(stderr, "."); /* white */ in cursor_print_ascii_art() 74 fprintf(stderr, "X"); /* black */ in cursor_print_ascii_art() 76 fprintf(stderr, "o"); /* other */ in cursor_print_ascii_art() 79 fprintf(stderr, "|\n"); in cursor_print_ascii_art()
|
/qemu/tests/tcg/plugins/ |
H A D | patch.c | 181 fprintf(stderr, "Usage: <lib>,target=<bytes>,patch=<new_bytes>" in usage() 207 fprintf(stderr, in qemu_plugin_install() 214 fprintf(stderr, in qemu_plugin_install() 221 fprintf(stderr, "Failed to parse patch bytes.\n"); in qemu_plugin_install() 225 fprintf(stderr, "Unknown argument: %s\n", tokens[0]); in qemu_plugin_install() 232 fprintf(stderr, "target argument is required\n"); in qemu_plugin_install() 238 fprintf(stderr, "patch argument is required\n"); in qemu_plugin_install() 244 fprintf(stderr, "Target and patch data must be the same length\n"); in qemu_plugin_install()
|
/qemu/tests/tcg/multiarch/ |
H A D | overflow.c | 42 fprintf(stderr, "data overflow while adding 32 bits\n"); in main() 46 fprintf(stderr, "data overflow while adding 64 bits\n"); in main() 50 fprintf(stderr, "data overflow while subtracting 32 bits\n"); in main() 54 fprintf(stderr, "data overflow while subtracting 64 bits\n"); in main()
|
/qemu/tests/fp/ |
H A D | fp-bench.c | 524 fprintf(stderr, "Usage: %s [options]\n", argv[0]); in usage_complete() 525 fprintf(stderr, "options:\n"); in usage_complete() 526 fprintf(stderr, " -d = duration, in seconds. Default: %d\n", in usage_complete() 528 fprintf(stderr, " -h = show this help message.\n"); in usage_complete() 529 fprintf(stderr, " -o = floating point operation (%s). Default: %s\n", in usage_complete() 531 fprintf(stderr, " -p = floating point precision (single, double, quad[soft only]). " in usage_complete() 533 fprintf(stderr, " -r = rounding mode (even, zero, down, up, tieaway). " in usage_complete() 535 fprintf(stderr, " -t = tester (%s). Default: %s\n", in usage_complete() 537 fprintf(stderr, " -z = flush inputs to zero (soft tester only). " in usage_complete() 539 fprintf(stderr, " -Z = flush output to zero (soft tester only). " in usage_complete() [all …]
|
/qemu/python/qemu/utils/ |
H A D | __init__.py | 151 # Does self.stdout contain both stdout and stderr? 152 has_combined_output = self.stderr is None 160 if self.stderr: 161 sections.append(add_visual_margin(self.stderr, width, 'stderr')) 163 sections.append("stderr: N/A")
|
/qemu/hw/uefi/ |
H A D | var-service-policy.c | 44 fprintf(stderr, "%s:\n", __func__); in print_policy_entry() 46 fprintf(stderr, " name ´"); in print_policy_entry() 48 fprintf(stderr, "%c", *name); in print_policy_entry() 51 fprintf(stderr, "', version=%d.%d, size=%d\n", in print_policy_entry() 55 fprintf(stderr, " size min=%d\n", pe->min_size); in print_policy_entry() 58 fprintf(stderr, " size max=%u\n", pe->max_size); in print_policy_entry() 61 fprintf(stderr, " attr must=0x%x\n", pe->attributes_must_have); in print_policy_entry() 64 fprintf(stderr, " attr cant=0x%x\n", pe->attributes_cant_have); in print_policy_entry() 67 fprintf(stderr, " lock policy type %d\n", pe->lock_policy_type); in print_policy_entry()
|
/qemu/tests/image-fuzzer/ |
H A D | runner.py | 40 "'--config' and '--command' options are not supported.", file=sys.stderr) 82 stderr=subprocess.PIPE, 162 % (self.work_dir, e.strerror), file=sys.stderr) 193 % backing_file_fmt, sys.stderr, self.log, self.parent_log) 228 % item[0], sys.stderr, self.log, self.parent_log) 250 sys.stderr, self.log, self.parent_log) 257 sys.stderr, self.log, self.parent_log) 359 print("Error: %s\n\nTry 'runner.py --help' for more information" % e, file=sys.stderr) 377 "Reason: %s" % e, file=sys.stderr) 392 " be loaded\nReason: %s" % e, file=sys.stderr) [all …]
|
/qemu/tests/vm/ |
H A D | aarch64vm.py | 76 stdout=fd_null, stderr=subprocess.STDOUT) 80 sys.stderr.write("*** efi argument is invalid ({})\n".format(efi_img)) 81 sys.stderr.write("*** please check --efi-aarch64 argument or "\ 87 stdout=fd_null, stderr=subprocess.STDOUT) 91 stdout=fd_null, stderr=subprocess.STDOUT)
|
/qemu/tests/qemu-iotests/ |
H A D | common.nbd | 57 # Redirect stderr to FIFO, so we can later decide whether we 58 # want to read it or to redirect it to our stderr, depending 76 # Success, redirect qemu-nbd's stderr to our stderr
|
/qemu/tests/tcg/hppa/ |
H A D | stby.c | 21 fprintf(stderr, "%s %s %d: garbage before word 0x%08x\n", in check() 26 fprintf(stderr, "%s %s %d: garbage after word 0x%08x\n", in check() 31 fprintf(stderr, "%s %s %d: 0x%08x != 0x%08x\n", in check() 80 fprintf(stderr, "pthread_create: %s\n", strerror(err)); in main()
|