Searched refs:resolve (Results 1 – 23 of 23) sorted by relevance
/qemu/python/scripts/ |
H A D | vendor.py | 48 vendor_dir = Path(__file__, "..", "..", "wheels").resolve()
|
H A D | mkvenv.py | 570 pypath = Path(sys.executable).resolve()
|
/qemu/docs/devel/ |
H A D | conflict-resolution.rst | 12 resolve conflicts themselves, asking for help when needed, and only 16 How we resolve conflicts
|
H A D | code-of-conduct.rst | 20 we resolve disagreements and differing views constructively. Members of the
|
H A D | submitting-a-patch.rst | 601 resolve the problems. It may take a couple of weeks between when your
|
/qemu/tests/qemu-iotests/ |
H A D | check | 159 exec_path = Path(exec_pathstr).resolve()
|
H A D | testenv.py | 117 qemu_srctree_path = Path(__file__, '../../../python').resolve()
|
H A D | testrunner.py | 259 args = [str(f_test.resolve())]
|
/qemu/scripts/rust/ |
H A D | rustc_args.py | 204 workspace_cargo_toml = Path(args.workspace, "Cargo.toml").resolve()
|
/qemu/docs/sphinx/ |
H A D | qapidoc.py | 572 srctree = Path(self.env.app.config.qapidoc_srctree).resolve() 578 srcpath = Path(src).resolve()
|
/qemu/qom/ |
H A D | object.c | 1838 op->resolve = object_resolve_child_property; in object_property_try_add_child() 2026 op->resolve = object_resolve_link_property; in object_add_link_prop() 2064 op->resolve = object_resolve_link_property; in object_class_property_add_link() 2139 if (prop->resolve) { in object_resolve_path_component() 2140 return prop->resolve(parent, prop->opaque, part); in object_resolve_path_component() 2864 op->resolve = property_resolve_alias; in object_property_add_alias()
|
/qemu/scripts/ |
H A D | device-crash-test | 41 path = Path(__file__).resolve()
|
/qemu/include/qom/ |
H A D | object.h | 96 ObjectPropertyResolve *resolve; member
|
/qemu/docs/system/s390x/ |
H A D | cpu-topology.rst | 100 QEMU will not try to resolve collisions and will report an error if the
|
/qemu/linux-user/ |
H A D | syscall_defs.h | 2761 uint64_t resolve; member 2766 abi_ullong resolve; member
|
H A D | strace.c | 3618 how.resolve = tswap64(how.resolve); in print_openat2() 3624 print_flags(openat2_resolve_flags, how.resolve, 1); in print_openat2()
|
H A D | syscall.c | 8544 how.resolve = tswap64(how.resolve); in do_openat2() 8546 how.resolve, true); in do_openat2()
|
/qemu/docs/system/ |
H A D | cpu-models-x86.rst.inc | 53 aliases which resolve to a different CPU model version,
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 995 /* resolve label address */ 1010 /* resolve label address */
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1095 /* resolve label address */ 1124 /* resolve label address */
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1635 /* resolve label address */ 1653 /* resolve label address */
|
/qemu/system/ |
H A D | memory.c | 1311 op->resolve = memory_region_resolve_container; in memory_region_initfn()
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2083 /* resolve label address */ 2105 /* resolve label address */
|