Home
last modified time | relevance | path

Searched full:resolve (Results 1 – 25 of 70) sorted by relevance

123

/qemu/include/io/
H A Ddns-resolver.h151 * @addr: the address to resolve
156 * This will attempt to resolve the address provided
179 * @addr: the address to resolve
184 * This will attempt to resolve the address provided
/qemu/docs/devel/
H A Dconflict-resolution.rst12 resolve conflicts themselves, asking for help when needed, and only
16 How we resolve conflicts
H A Dcode-of-conduct.rst20 we resolve disagreements and differing views constructively. Members of the
/qemu/tests/qemu-iotests/
H A D228149 # opening the image anew helps qemu resolve the header backing
172 # (because qemu cannot "canonicalize"/"resolve" the backing
H A D020177 # using relative paths for those, qemu will always resolve them
H A Dcheck159 exec_path = Path(exec_pathstr).resolve()
/qemu/python/scripts/
H A Dvendor.py48 vendor_dir = Path(__file__, "..", "..", "wheels").resolve()
/qemu/target/arm/tcg/
H A Dsve_ldst_internal.h128 * Resolve the guest virtual address to info->host and info->flags.
197 * Resolve the guest virtual addresses to info->page[].
H A Dmte_helper.h30 * Here, resolve the physical address from the virtual address, and return
H A Dtranslate-sme.c32 * Resolve tile.size[index] to a host pointer, where tile and index
107 * Resolve tile.size[0] to a host pointer.
/qemu/util/
H A Duserfaultfd.c240 * Copy range of source pages to the destination to resolve
275 * Fill range pages with zeroes to resolve missing page fault within the range.
/qemu/tests/tcg/aarch64/
H A Dbti-2.c108 * resolve this reference to a static symbol incorrectly. in main()
/qemu/include/qom/
H A Dobject.h58 * to resolve a relative path starting with "@part".
96 ObjectPropertyResolve *resolve; member
1083 * Returns: The #ObjectProperty; this can be used to set the @resolve
1572 * @path: the path to resolve
1597 * @path: the path to resolve
1631 * @parent: the object in which to resolve the path
1632 * @path: the path to resolve
1643 * @parent: the object in which to resolve the path
1644 * @part: the component to resolve.
/qemu/contrib/elf2dmp/
H A Dmain.c49 eprintf("Failed to resolve "#s"\n"), s)
470 eprintf("Failed to resolve OMFSignatureRSDS\n"); in pe_check_pdb_name()
488 eprintf("Failed to resolve PDB name\n"); in pe_check_pdb_name()
/qemu/pc-bios/
HDopenbios-sparc32 ... get-instance-path stdout bootpath bootargs pathres-resolve-aliases bootpath: %s open-dev ihandle ...
/qemu/hw/mem/
H A Dcxl_type3.c1407 error_setg(errp, "Unable to resolve path"); in qmp_cxl_inject_poison()
1456 error_setg(errp, "Unable to resolve path"); in qmp_cxl_inject_uncorrectable_errors()
1546 error_setg(errp, "Unable to resolve path"); in qmp_cxl_inject_correctable_error()
1645 error_setg(errp, "Unable to resolve path"); in qmp_cxl_inject_general_media_event()
1732 error_setg(errp, "Unable to resolve path"); in qmp_cxl_inject_dram_event()
1831 error_setg(errp, "Unable to resolve path"); in qmp_cxl_inject_memory_module_event()
1976 error_setg(errp, "Unable to resolve CXL type 3 device"); in qmp_cxl_process_dynamic_capacity_prescriptive()
/qemu/hw/pci-host/
H A Dpnv_phb3.c855 /* Resolve PE# */ in pnv_phb3_translate_iommu()
857 phb3_error(phb, "Failed to resolve PE# for bus @%p (%d) devfn 0x%x", in pnv_phb3_translate_iommu()
913 /* Resolve PE# */ in pnv_phb3_msi_write()
915 phb3_error(ds->phb, "Failed to resolve PE# for bus @%p (%d) devfn 0x%x", in pnv_phb3_msi_write()
/qemu/bsd-user/
H A Dbsdload.c162 /* Failed to resolve. */ in loader_exec()
/qemu/scripts/rust/
H A Drustc_args.py204 workspace_cargo_toml = Path(args.workspace, "Cargo.toml").resolve()
/qemu/net/
H A Dl2tpv3.c636 error_setg(errp, "could not resolve src, errno = %s", in net_init_l2tpv3()
672 error_setg(errp, "could not resolve dst, error = %s", in net_init_l2tpv3()
/qemu/accel/tcg/
H A Dtranslate-all.c200 * If it is not we will not be able to resolve it here. in cpu_restore_state()
206 * Either way we need return early as we can't resolve it here. in cpu_restore_state()
/qemu/qom/
H A Dobject.c1838 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/block/export/
H A Dfuse.c157 * (Note that ideally we would want to resolve relative paths here, in fuse_export_create()
159 * paths that contain colons, and realpath() would resolve symlinks, in fuse_export_create()
/qemu/docs/sphinx/
H A Dqapidoc.py572 srctree = Path(self.env.app.config.qapidoc_srctree).resolve()
578 srcpath = Path(src).resolve()
/qemu/docs/system/s390x/
H A Dcpu-topology.rst100 QEMU will not try to resolve collisions and will report an error if the

123