Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 48) sorted by relevance

12

/qemu/scripts/qemugdb/
H A Daio.py18 def dump_aiocontext(context, verbose): argument
27 if verbose and cur['io_read'] == sym_fd_coroutine_enter:
42 verbose = False
46 verbose = True
57 dump_aiocontext(gdb.parse_and_eval(handlers_name), verbose)
/qemu/scripts/
H A Dqemu-trace-stap62 if args.verbose:
73 if args.verbose:
89 if args.verbose:
92 def print_probes(verbose, name): argument
97 if verbose:
112 print_probes(args.verbose, "*")
115 print_probes(args.verbose, probe)
H A Dkernel-doc284 my $verbose = 0;
329 $verbose = "$ENV{'KBUILD_VERBOSE'}";
456 $verbose = 1;
1810 if ($verbose && !$noret) {
2085 if (($declaration_purpose eq "") && $verbose) {
2103 if ($verbose) {
2127 if ($verbose) {
2157 if (!$in_doc_sect && $verbose) {
2430 if ($verbose && $errors) {
2433 if ($verbose && $warnings) {
/qemu/tests/qtest/
H A Dtest-hmp.c20 static int verbose; variable
83 if (verbose) { in test_commands()
108 if (verbose) { in test_info_commands()
155 verbose = true; in main()
/qemu/docs/sphinx/
H A Dkernellog.py22 def verbose(app, message): function
24 logger.verbose(message)
26 app.verbose(message)
/qemu/scripts/coverage/
H A Dcompare_gcov_json.py39 def load_json(json_file_path: Path, verbose = False) -> dict[str, set[int]]: argument
66 if verbose:
97 first_coverage = load_json(args.a, args.verbose)
98 second_coverage = load_json(args.b, args.verbose)
/qemu/contrib/ivshmem-server/
H A Dmain.c28 bool verbose; member
84 args->verbose = 1; in ivshmem_server_parse_args()
137 if (args->verbose == 1 && args->foreground == 0) { in ivshmem_server_parse_args()
193 .verbose = IVSHMEM_SERVER_DEFAULT_VERBOSE, in main()
235 args.shm_size, args.n_vectors, args.verbose) < 0) { in main()
H A Divshmem-server.h71 bool verbose; /**< true in verbose mode */ member
92 bool verbose);
H A Divshmem-server.c19 if ((server)->verbose) { \
258 bool verbose) in ivshmem_server_init() argument
263 server->verbose = verbose; in ivshmem_server_init()
/qemu/tests/tcg/s390x/
H A Dex-branch.c122 bool verbose = false; in main() local
128 verbose = true; in main()
134 if (verbose) { in main()
152 if (verbose) { in main()
/qemu/contrib/ivshmem-client/
H A Dmain.c17 bool verbose; member
52 args->verbose = 1; in ivshmem_client_parse_args()
192 .verbose = IVSHMEM_CLIENT_DEFAULT_VERBOSE, in main()
215 args.verbose) < 0) { in main()
H A Divshmem-client.h80 bool verbose; /**< true to enable debug */ member
98 bool verbose);
H A Divshmem-client.c19 if ((client)->verbose) { \
146 bool verbose) in ivshmem_client_init() argument
170 client->verbose = verbose; in ivshmem_client_init()
/qemu/scripts/ci/
H A Dgitlab-pipeline-status178 if args.verbose:
181 if args.verbose:
185 if args.verbose:
189 if args.verbose:
/qemu/python/qemu/qmp/
H A Dqmp_shell.py181 verbose: bool = False,
192 self.verbose = verbose
358 if self.verbose:
434 verbose: bool = False,
437 super().__init__(address, pretty, verbose, server, logfile)
550 with shell_class(address, args.pretty, args.verbose, args.logfile) as qemu:
600 with shell_class(address, args.pretty, args.verbose,
/qemu/tests/migration/guestperf/
H A Dshell.py76 verbose=args.verbose)
178 logging.INFO if args.verbose else
214 logging.INFO if args.verbose else
227 if args.verbose:
231 if args.verbose:
270 logging.INFO if args.verbose else
/qemu/contrib/plugins/
H A Dlockstep.c77 static bool verbose; variable
136 if (verbose || divrec.distance == 1 || diverged) { in report_divergance()
345 if (!qemu_plugin_bool_parse(tokens[0], tokens[1], &verbose)) { in qemu_plugin_install()
H A Dhowvec.c35 static bool verbose; variable
188 if (total_count || verbose) { in plugin_exit()
368 if (!qemu_plugin_bool_parse(tokens[0], tokens[1], &verbose)) { in qemu_plugin_install()
/qemu/docs/interop/
H A Dqemu-ga.rst70 .. option:: -v, --verbose
115 verbose = 0
132 verbose boolean
H A Dfirmware.json173 # @verbose-dynamic: When firmware log capture is enabled, the firmware
182 # @verbose-dynamic is mutually exclusive with
183 # @verbose-static.
185 # @verbose-static: The firmware unconditionally produces a large amount
191 # PL011 UART. @verbose-static is mutually exclusive
192 # with @verbose-dynamic.
201 'verbose-dynamic', 'verbose-static' ] }
/qemu/docs/tools/
H A Dqemu-trace-stap.rst28 .. option:: --verbose, -v
30 Display verbose information about command execution.
107 ``$PATH``, displaying verbose information about setup of the
/qemu/tests/data/
H A Dtest-qga-config7 verbose=true
/qemu/
H A Dqemu-nbd.c265 bool verbose; member
343 if (opts->verbose && !opts->fork_process) { in nbd_client_thread()
608 .verbose = false, in main()
772 opts.verbose = true; in main()
942 if ((opts.device && !opts.verbose) || opts.fork_process) { in main()
967 if (opts.verbose /* fork_process is set */) { in main()
/qemu/scsi/
H A Dqemu-pr-helper.c71 static int verbose; variable
391 r = mpath_persistent_reserve_in(fd, rq_servact, &resp, noisy, verbose); in multipath_pr_in()
538 paramp, noisy, verbose); in multipath_pr_out()
790 if (verbose == 0) { in prh_co_entry()
993 verbose = quiet ? 0 : MIN(loglevel, 3); in main()
/qemu/block/monitor/
H A Dblock-hmp-cmds.c612 BlockDeviceInfo *inserted, bool verbose) in print_block_info() argument
711 if (verbose) { in print_block_info()
730 bool verbose = qdict_get_try_bool(qdict, "verbose", false); in hmp_info_block() local
751 verbose); in hmp_info_block()
773 print_block_info(mon, NULL, blockdev->value, verbose); in hmp_info_block()

12