/qemu/python/qemu/qmp/ |
H A D | protocol.py | 397 self.logger.debug("disconnect() called.") 428 self.logger.debug("%s:\n%s\n", emsg, pretty_traceback()) 481 self.logger.debug("Transitioning from '%s' to '%s'.", 496 self.logger.debug("Stopping server.") 498 self.logger.debug("Server stopped.") 518 self.logger.debug("Incoming connection from %s", peer) 554 self.logger.debug("Awaiting connection on %s ...", address) 583 self.logger.debug("Server listening on %s", address) 600 self.logger.debug("Connection accepted.") 623 self.logger.debug("Connecting with existing socket: " [all …]
|
H A D | qmp_client.py | 267 self.logger.debug("Awaiting greeting ...") 275 self.logger.debug("%s:\n%s\n", emsg, pretty_traceback()) 281 self.logger.debug("%s:\n%s\n", emsg, pretty_traceback()) 293 self.logger.debug("Negotiating capabilities ...") 311 self.logger.debug("%s:\n%s\n", emsg, pretty_traceback()) 317 self.logger.debug("%s:\n%s\n", emsg, pretty_traceback()) 326 self.logger.debug("Cancelling pending executions") 329 self.logger.debug("Cancelling execution '%s'", key) 334 self.logger.debug("QMP Disconnected.") 388 self.logger.debug("Unroutable message: %s", str(msg))
|
H A D | util.py | 152 def asyncio_run(coro: Coroutine[Any, Any, T], *, debug: bool = False) -> T: 160 return asyncio.run(coro, debug=debug) 164 loop.set_debug(debug)
|
/qemu/tests/unit/ |
H A D | test-util-filemonitor.c | 72 static bool debug; variable 108 if (debug) { in qemu_file_monitor_test_handler() 481 if (debug) { in test_file_monitor_events() 511 if (debug) { in test_file_monitor_events() 521 if (debug) { in test_file_monitor_events() 538 if (debug) { in test_file_monitor_events() 548 if (debug) { in test_file_monitor_events() 561 if (debug) { in test_file_monitor_events() 581 if (debug) { in test_file_monitor_events() 592 if (debug) { in test_file_monitor_events() [all …]
|
/qemu/python/qemu/machine/ |
H A D | machine.py | 395 LOG.debug("Cleaning up after VM process") 476 LOG.debug('VM launch command: %r', ' '.join(self._qemu_full_args)) 525 LOG.debug("Closing console file") 530 LOG.debug("Closing console socket") 546 LOG.debug("Performing hard shutdown") 563 LOG.debug("Attempting graceful termination") 568 LOG.debug( 573 LOG.debug("Politely asking QEMU to terminate") 585 LOG.debug( 592 LOG.debug( [all …]
|
/qemu/scripts/coccinelle/ |
H A D | tcg_gen_extract.cocci | 30 def debug(msg="", trailer="\n"): 69 debug("candidate at %s:%s" % (shr_p[0].file, shr_p[0].line)) 74 debug(" value: 0x%x low_bits: %d" % (msk_v, msk_b)) 76 debug(" value: 0x%x low_bits: %d [Mersenne number: 0x%x]" % (msk_v, msk_b, Mn(msk_b))) 79 debug(" candidate %s optimizable" % ("IS" if is_optimizable else "is NOT")) 81 debug(" ERROR (check included headers?)") 83 debug()
|
/qemu/python/scripts/ |
H A D | mkvenv.py | 157 logger.debug("QemuEnvBuilder.__init__(...)") 227 logger.debug("ensure_directories(env_dir=%s)", env_dir) 232 logger.debug("create(env_dir=%s)", env_dir) 246 logger.debug("parent_libpath: %s", parent_libpath) 249 logger.debug("our_libpath: %s", our_libpath) 345 logger.debug( 378 logger.debug("Invoking builder.create()") 388 logger.debug("Intercepted SystemExit from EnvBuilder.create()") 390 logger.debug("builder.create() finished") 455 logger.debug( [all …]
|
/qemu/tests/vm/ |
H A D | basevm.py | 129 self.debug = args.debug 137 if self.debug: 224 logging.debug("Downloading %s to %s...", url, fname) 241 if not self.debug: 247 logging.debug("ssh_cmd: %s", " ".join(ssh_cmd)) 276 logging.debug("Creating archive %s for src_dir dir: %s", tarfile, src_dir) 291 logging.debug("QEMU args: %s", " ".join(args)) 372 if self.debug: 374 if self.debug: 393 if self.debug: [all …]
|
H A D | Makefile.include | 98 $(if $(V)$(DEBUG), --debug) \ 113 $(if $(V)$(DEBUG), --debug) \ 140 $(if $(V)$(DEBUG), --debug) \
|
/qemu/hw/usb/ |
H A D | dev-audio.c | 651 uint32_t debug; member 701 if (s->debug) { in usb_audio_set_output_altset() 781 if (s->debug) { in usb_audio_set_control() 800 if (s->debug) { in usb_audio_set_control() 821 if (s->debug) { in usb_audio_handle_control() 840 if (s->debug) { in usb_audio_handle_control() 855 if (s->debug) { in usb_audio_handle_control() 864 if (s->debug) { in usb_audio_handle_control() 888 if (s->debug) { in usb_audio_handle_reset() 902 if (p->actual_length < p->iov.size && s->debug > 1) { in usb_audio_handle_dataout() [all …]
|
H A D | ccid-card-passthru.c | 28 if (lvl <= card->debug) { \ 65 uint8_t debug; member 370 card->debug = parse_debug_env("QEMU_CCID_PASSTHRU_DEBUG", D_VERBOSE, in passthru_realize() 371 card->debug); in passthru_realize() 393 DEFINE_PROP_UINT8("debug", PassthruState, debug, 0),
|
/qemu/tests/functional/qemu_test/ |
H A D | cmd.py | 75 console_logger.debug(msg.decode().strip()) 77 console_logger.debug(msg) 89 test.log.debug( 192 test.log.debug('Looking for and selecting a qemu-img binary')
|
H A D | asset.py | 109 self.log.debug("Time out while waiting for %s!", tmp_cache_file) 117 self.log.debug("Using cached asset %s for %s", 149 self.log.debug("%s already exists, " 154 self.log.debug("%s seems to be stale, " 184 self.log.debug("Unable to set xattr on %s: %s", tmp_cache_file, e)
|
H A D | tesseract.py | 14 console_logger.debug(image_path) 23 console_logger.debug(sline)
|
H A D | testcase.py | 49 self.log.debug(f"Uncompress {compressed} format={format}") 77 self.log.debug(f"Extract {archive} format={format}" + 194 self.log.debug(f"Asset {asset.url} not available") 347 self.log.debug('QEMUMachine "%s" created', name) 348 self.log.debug('QEMUMachine "%s" temp_dir: %s', name, vm.temp_dir)
|
/qemu/hw/core/ |
H A D | register.c | 72 const char *prefix, bool debug) in register_write() argument 114 if (debug) { in register_write() 127 bool debug) in register_read() argument 152 if (debug) { in register_read() 204 reg_array->debug); in register_write_memory() 233 reg_array->debug); in register_read_memory() 254 r_array->debug = debug_enabled; in register_init_block()
|
/qemu/tests/migration-stress/guestperf/ |
H A D | shell.py | 76 debug=args.debug, 181 logging.basicConfig(level=(logging.DEBUG if args.debug else 200 if args.debug: 217 logging.basicConfig(level=(logging.DEBUG if args.debug else 247 if args.debug: 273 logging.basicConfig(level=(logging.DEBUG if args.debug else
|
/qemu/include/hw/ |
H A D | register.h | 111 bool debug; member 125 const char *prefix, bool debug); 137 bool debug);
|
/qemu/scripts/ |
H A D | meson-buildoptions.sh | 272 --enable-cfi-debug) printf "%s" -Dcfi_debug=true ;; 273 --disable-cfi-debug) printf "%s" -Dcfi_debug=false ;; 294 --enable-debug-info) printf "%s" -Ddebug=true ;; 295 --disable-debug-info) printf "%s" -Ddebug=false ;; 296 --enable-debug-graph-lock) printf "%s" -Ddebug_graph_lock=true ;; 297 --disable-debug-graph-lock) printf "%s" -Ddebug_graph_lock=false ;; 298 --enable-debug-mutex) printf "%s" -Ddebug_mutex=true ;; 299 --disable-debug-mutex) printf "%s" -Ddebug_mutex=false ;; 300 --enable-debug-remap) printf "%s" -Ddebug_remap=true ;; 301 --disable-debug-remap) printf "%s" -Ddebug_remap=false ;; [all …]
|
/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 238 self.debug("Handling %s", self.name) 247 self.debug("classtype is %s", classtype) 249 self.debug("intanceypte is %s", instancetype) 250 self.debug("searching for simpletype declaration using %s as InstanceType", instancetype) 254 self.debug("No simpletype declaration found for %s", instancetype) 256 self.debug("Found simple type declaration") 257 decl.debug("declaration is here") 454 m.debug("uppercase: %s", m.uppercase) 731 self.debug("no need to validate %s", self.name) 736 self.debug("won't touch TypeInfo var that has type checkers") [all …]
|
/qemu/block/ |
H A D | gluster.c | 67 int debug; member 466 ret = glfs_set_logging(glfs, gconf->logfile, gconf->debug); in qemu_gluster_glfs_init() 813 s->debug = qemu_opt_get_number(opts, GLUSTER_OPT_DEBUG, in qemu_gluster_open() 815 if (s->debug < 0) { in qemu_gluster_open() 816 s->debug = 0; in qemu_gluster_open() 817 } else if (s->debug > GLUSTER_DEBUG_MAX) { in qemu_gluster_open() 818 s->debug = GLUSTER_DEBUG_MAX; in qemu_gluster_open() 822 gconf->debug = s->debug; in qemu_gluster_open() 914 gconf->debug = s->debug; in qemu_gluster_reopen_prepare() 1144 gconf->debug = qemu_opt_get_number_del(opts, GLUSTER_OPT_DEBUG, in qemu_gluster_co_create_opts() [all …]
|
/qemu/docs/ |
H A D | spice-port-fqdn.txt | 18 org.qemu.console.debug.0 19 QEMU debug console
|
/qemu/tests/qemu-iotests/ |
H A D | 297 | 70 iotests.logger.debug('Files to be checked:') 71 iotests.logger.debug(', '.join(sorted(files)))
|
H A D | testenv.py | 85 if self.debug: 183 debug: bool = False, 193 self.debug = debug
|
/qemu/hw/i386/ |
H A D | microvm-dt.c | 46 static bool debug; variable 248 if (debug) { in dt_setup_isa_bus() 305 if (debug) { in dt_setup_sys_bus() 333 if (debug) { in dt_setup_microvm() 338 if (debug) { in dt_setup_microvm()
|