/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 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) 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 D | qom_macros.py | 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) 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 D | patching.py | 89 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 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/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/block/ |
H A D | block-io.h | 216 const char *backing_fmt, bool warn); 220 const char *backing_fmt, bool warn);
|
/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.lex | 3 %option warn nodefault
|
/qemu/rust/ |
H A D | Cargo.toml | 43 # default-warn lints
|
/qemu/hw/usb/ |
H A D | hcd-ehci.c | 606 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 D | simpletrace.py | 194 warnings.warn(
|
H A D | device-crash-test | 582 logger.warn("Didn't fail as expected: %s", formatTestCase(t))
|
/qemu/target/hexagon/imported/mmvec/ |
H A D | macros.def | 204 warn("aligning misaligned vector. PC=%08x EA=%08x",thread->Regs[REG_PC],(EA)); 255 warn("Scatter/Gather out of bounds of region");
|
H A D | ext.idef | 2036 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 D | errp-guard.cocci | 103 // functions to warn (even those we are not going to convert).
|
/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 112 warn("aligning misaligned vector. EA=%08x", (EA)); \
|
/qemu/target/hexagon/imported/ |
H A D | macros.def | 1541 warn("Trap NPC=%x ",fREAD_NPC()); 1542 …warn("Trap exception, PCYCLE=%lld TYPE=%d NPC=%x IMM=0x%x",thread->processor_ptr->pstats[pcycles],…
|
/qemu/docs/devel/ |
H A D | style.rst | 99 (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 D | fw_cfg.rst | 284 entirely unsupported. QEMU will warn if you try.
|
/qemu/target/hexagon/ |
H A D | op_helper.c | 1318 #define warn(...) /* Nothing */ macro
|
/qemu/ |
H A D | qemu-options.hx | 1909 …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
|