Home
last modified time | relevance | path

Searched refs:warn (Results 1 – 21 of 21) sorted by relevance

/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py241 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)
314 self.warn("class_size is set to: %r", values['class_size'].raw)
332 self.warn("Can't find right uppercase name for %s", typename)
[all …]
H A Dqom_macros.py264 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)
385 self.warn("duplicate names used by macro: %r", ids)
426 self.warn(issue)
599 c.warn("%s mismatch (%s)", field, ' '.join(values))
[all …]
H A Dpatching.py89 def warn(self, fmt, *args) -> None: member in FileMatch
294 logger.warn("multiple matches found for %r (%s=%r)", t, group, name)
/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/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/block/
H A Dblock-io.h216 const char *backing_fmt, bool warn);
220 const char *backing_fmt, bool warn);
/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex3 %option warn nodefault
/qemu/rust/
H A DCargo.toml43 # default-warn lints
/qemu/hw/usb/
H A Dhcd-ehci.c606 static void ehci_free_queue(EHCIQueue *q, const char *warn) in ehci_free_queue() argument
613 if (warn && cancelled > 0) { in ehci_free_queue()
614 ehci_trace_guest_bug(q->ehci, warn); in ehci_free_queue()
637 const char *warn = async ? "guest unlinked busy QH" : NULL; in ehci_queues_rip_unused() local
650 ehci_free_queue(q, warn); in ehci_queues_rip_unused()
682 const char *warn = async ? "guest stopped busy async schedule" : NULL; in ehci_queues_rip_all() local
686 ehci_free_queue(q, warn); in ehci_queues_rip_all()
/qemu/scripts/
H A Dsimpletrace.py194 warnings.warn(
H A Ddevice-crash-test582 logger.warn("Didn't fail as expected: %s", formatTestCase(t))
/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def204 warn("aligning misaligned vector. PC=%08x EA=%08x",thread->Regs[REG_PC],(EA));
255 warn("Scatter/Gather out of bounds of region");
H A Dext.idef2036 fHIDE(warn("RdN=%d VuN=%d RsN=%d RsV=0x%08x widx=%d",RdN,VuN,RsN,RsV,((RsV & (fVBYTES()-1)) >> 2));)
2038 fHIDE(warn("RdV=0x%08x",RdV);))
/qemu/scripts/coccinelle/
H A Derrp-guard.cocci103 // functions to warn (even those we are not going to convert).
/qemu/target/hexagon/mmvec/
H A Dmacros.h112 warn("aligning misaligned vector. EA=%08x", (EA)); \
/qemu/target/hexagon/imported/
H A Dmacros.def1541 warn("Trap NPC=%x ",fREAD_NPC());
1542warn("Trap exception, PCYCLE=%lld TYPE=%d NPC=%x IMM=0x%x",thread->processor_ptr->pstats[pcycles],…
/qemu/docs/devel/
H A Dstyle.rst99 (The checkpatch script will warn at 100 characters, but this is intended
236 Besides, good compilers already warn users when '==' is mis-typed as '=',
245 consistency of style. The checkpatch script will warn you about this.
/qemu/docs/specs/
H A Dfw_cfg.rst284 entirely unsupported. QEMU will warn if you try.
/qemu/target/hexagon/
H A Dop_helper.c1318 #define warn(...) /* Nothing */ macro
/qemu/
H A Dqemu-options.hx1909 …id][,writeout=immediate][,readonly=on][,fmode=fmode][,dmode=dmode][,multidevs=remap|forbid|warn]\n"
1982 ``multidevs=remap|forbid|warn``
1986 "warn".
1999 ``warn`` : virtfs 9p expects only one device to be shared with
2007 ``forbid`` : assumes like "warn" that only one device is shared