Home
last modified time | relevance | path

Searched full:warn (Results 1 – 25 of 67) sorted by relevance

123

/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py181 # 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 Dqom_macros.py20 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 Dutils.py14 WARN = logger.warning variable
H A Dpatching.py21 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 Dregexps.py15 WARN = logger.warning variable
/qemu/tests/unit/
H A Dtest-error-report.c22 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 Dsb16.c440 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 Dtrace-events97 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 Dcheckpatch.pl404 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 Dclean-header-guards.pl21 # - 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 Dxml-preprocess-test.py80 xml_str = "<root><?warning \"test warn\"?></root>"
87 self.assertEqual(out.getvalue(), "[Warning]: test warn\n")
H A Dcleanup-trace-events.pl59 warn "unintelligible line";
H A Dgit-submodule.sh74 echo "warn: ignoring non-existent submodule $m"
H A Ddevice-crash-test69 # * 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 Dget_maintainer.pl147 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 Dconverter.py27 WARN = logger.warning variable
117 else logging.WARN)
/qemu/scripts/coccinelle/
H A Derrp-guard.cocci101 // 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 Dshell.py183 logging.WARN))
219 logging.WARN))
275 logging.WARN))
/qemu/linux-user/loongarch64/
H A DMakefile.vdso11 -Wl,--no-warn-rwx-segments -Wl,-z,max-page-size=4096 \
/qemu/tests/tcg/loongarch64/
H A DMakefile.softmmu-target19 LDFLAGS+=-static -nostdlib $(CRT_OBJS) $(MINILIB_OBJS) -lgcc -Wl,--no-warn-rwx-segments
/qemu/include/qemu/
H A Dmmap-alloc.h56 * QEMU_MAP_SHARED. If mapping fails, warn and fallback to !QEMU_MAP_SYNC.
/qemu/rust/
H A DCargo.toml43 # default-warn lints
/qemu/
H A D.patchew.yml100 {% 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 Dblock-io.h216 const char *backing_fmt, bool warn);
220 const char *backing_fmt, bool warn);
/qemu/scripts/rust/
H A Drustc_args.py100 elif level == "warn":

123