/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 181 # self.warn("function name %s doesn't have expected %s suffix", 186 # self.warn("inconsistent function names: %s", ' '.join(funcs)) 241 self.warn("%s class_size is not sizeof?", self.name) 245 self.warn("%s class size type (%s) is not *Class?", self.name, classtype) 280 self.warn("TYPE_INFO(%s) line not found", self.name) 287 self.warn("name not set in TypeInfo variable %s", self.name) 293 self.warn("parent not set in TypeInfo variable %s", self.name) 303 self.warn("can't extract instance type in TypeInfo variable %s", self.name) 304 self.warn("instance_size is set to: %r", values['instance_size'].raw) 313 self.warn("can't extract class type in TypeInfo variable %s", self.name) [all …]
|
H A D | qom_macros.py | 20 WARN = logger.warning variable 264 self.warn("type check macro not parsed completely: %s", self.name) 268 self.warn("typedef used by %s not found", self.name) 294 self.warn("macro %s identifiers (%s) don't match macro %s (%s)", 343 self.warn("couldn't extract type information from macro %s", self.name) 353 … self.warn("macro %s is using macro %s instead of %s", self.name, self.checker, checker) 371 self.warn("macro %s doesn't follow the expected name pattern", self.name) 374 self.warn("macro %s: couldn't extract type name", self.name) 380 # self.warn("inconsistent identifiers: %s", i) 385 self.warn("duplicate names used by macro: %r", ids) [all …]
|
H A D | utils.py | 14 WARN = logger.warning variable
|
H A D | patching.py | 21 WARN = logger.warning variable 89 def warn(self, fmt, *args) -> None: member in FileMatch 294 logger.warn("multiple matches found for %r (%s=%r)", t, group, name)
|
H A D | regexps.py | 15 WARN = logger.warning variable
|
/qemu/tests/unit/ |
H A D | test-error-report.c | 22 warn_report("%s", "test warn"); in test_error_report_simple() 31 test-error-report: warning: test warn*\ in test_error_report_simple() 75 warn_report_once("warn"); in test_error_report_once() 84 test-error-report: warning: warn*\ in test_error_report_once() 94 warn_report("warn"); in test_error_report_timestamp() 102 *-*-*:*:* test-error-report: warning: warn*\ in test_error_report_timestamp() 136 g_test_add_func("/error-report/warn", test_error_warn); in main()
|
/qemu/hw/audio/ |
H A D | sb16.c | 440 goto warn; in command() 444 goto warn; in command() 448 goto warn; in command() 452 goto warn; in command() 456 goto warn; in command() 460 goto warn; in command() 464 goto warn; in command() 468 goto warn; in command() 481 goto warn; in command() 503 goto warn; in command() [all …]
|
/qemu/hw/ide/ |
H A D | trace-events | 97 process_ncq_command_aux(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Attempt to use… 98 process_ncq_command_prioicc(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupporte… 99 process_ncq_command_fua(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported at… 100 process_ncq_command_rarc(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported a… 101 … int port, uint8_t tag, size_t prdtl, size_t size) "ahci(%p)[%d][tag:%d]: Warn: PRDTL (0x%zx) does…
|
/qemu/scripts/ |
H A D | checkpatch.pl | 404 warn "No codespell typos will be found - file '$codespellfile': $!\n"; 720 #warn "CSB: blk<$blk> remain<$remain>\n"; 735 #warn "CSB: blk<$blk> off<$off> len<$len>\n"; 744 #warn "CSB: c<$c> type<$type> level<$level> remainder<$remainder> coff_set<$coff_set>\n"; 768 #warn "CSB: mark coff<$coff> soff<$soff> 1<$1>\n"; 769 #warn "[" . substr($blk, $soff, $coff - $soff + 1) . "]\n"; 783 #warn "CSB: mark coff<$coff>\n"; 813 #warn "STATEMENT<$statement>\n"; 814 #warn "CONDITION<$condition>\n"; 986 #warn " $line\n"; [all …]
|
H A D | clean-header-guards.pl | 21 # - Clean up any untidy header guards in-place. Warn if the cleanup 24 # - Warn about duplicate header guard symbols. To make full use of 26 # - Warn when preprocessing a header with its guard symbol defined
|
H A D | xml-preprocess-test.py | 80 xml_str = "<root><?warning \"test warn\"?></root>" 87 self.assertEqual(out.getvalue(), "[Warning]: test warn\n")
|
H A D | cleanup-trace-events.pl | 59 warn "unintelligible line";
|
H A D | git-submodule.sh | 74 echo "warn: ignoring non-existent submodule $m"
|
H A D | device-crash-test | 69 # * warn: if True, matching failures will be logged as warnings 523 lvl = logging.WARN 576 if rule.get('fatal') or (args.strict and level >= logging.WARN): 581 logger.warn("Didn't fail as expected: %s", formatTestCase(t))
|
H A D | get_maintainer.pl | 147 or warn "$P: Can't find a readable .get_maintainer.conf file $!\n"; 307 or warn "$P: Can't open .mailmap: $!\n"; 445 warn "$P: file '${file}' doesn't appear to be a patch. " 1104 warn("Invalid MAINTAINERS address: '" . $address . "'\n"); 1378 warn("$P: No supported VCS found. Add --nogit to options?\n"); 1379 warn("Using a git repository produces better results.\n"); 1380 warn("Try latest git repository using:\n"); 1381 warn("git clone https://gitlab.com/qemu-project/qemu.git\n"); 1795 warn("Bad divisor in " . (caller(0))[3] . ": $divisor\n");
|
/qemu/scripts/codeconverter/ |
H A D | converter.py | 27 WARN = logger.warning variable 117 else logging.WARN)
|
/qemu/scripts/coccinelle/ |
H A D | errp-guard.cocci | 101 // Warn when several Error * definitions are in the control flow. 103 // functions to warn (even those we are not going to convert). 133 // Warn when several propagations are in the control flow.
|
/qemu/tests/migration-stress/guestperf/ |
H A D | shell.py | 183 logging.WARN)) 219 logging.WARN)) 275 logging.WARN))
|
/qemu/linux-user/loongarch64/ |
H A D | Makefile.vdso | 11 -Wl,--no-warn-rwx-segments -Wl,-z,max-page-size=4096 \
|
/qemu/tests/tcg/loongarch64/ |
H A D | Makefile.softmmu-target | 19 LDFLAGS+=-static -nostdlib $(CRT_OBJS) $(MINILIB_OBJS) -lgcc -Wl,--no-warn-rwx-segments
|
/qemu/include/qemu/ |
H A D | mmap-alloc.h | 56 * QEMU_MAP_SHARED. If mapping fails, warn and fallback to !QEMU_MAP_SYNC.
|
/qemu/rust/ |
H A D | Cargo.toml | 43 # default-warn lints
|
/qemu/ |
H A D | .patchew.yml | 100 {% grep_C output regex="\b(FAIL|XPASS|ERROR|WARN|error:|warning:)" n=3 %} 108 {% grep_C output regex="\b(FAIL|XPASS|ERROR|WARN|error:|warning:)" n=3 %}
|
/qemu/include/block/ |
H A D | block-io.h | 216 const char *backing_fmt, bool warn); 220 const char *backing_fmt, bool warn);
|
/qemu/scripts/rust/ |
H A D | rustc_args.py | 100 elif level == "warn":
|