/qemu/include/io/ |
H A D | dns-resolver.h | 151 * @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 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
|
/qemu/tests/qemu-iotests/ |
H A D | 228 | 149 # opening the image anew helps qemu resolve the header backing 172 # (because qemu cannot "canonicalize"/"resolve" the backing
|
H A D | 020 | 177 # using relative paths for those, qemu will always resolve them
|
H A D | check | 159 exec_path = Path(exec_pathstr).resolve()
|
/qemu/python/scripts/ |
H A D | vendor.py | 48 vendor_dir = Path(__file__, "..", "..", "wheels").resolve()
|
/qemu/target/arm/tcg/ |
H A D | sve_ldst_internal.h | 128 * Resolve the guest virtual address to info->host and info->flags. 197 * Resolve the guest virtual addresses to info->page[].
|
H A D | mte_helper.h | 30 * Here, resolve the physical address from the virtual address, and return
|
H A D | translate-sme.c | 32 * 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 D | userfaultfd.c | 240 * 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 D | bti-2.c | 108 * resolve this reference to a static symbol incorrectly. in main()
|
/qemu/include/qom/ |
H A D | object.h | 58 * 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 D | main.c | 49 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/ |
HD | openbios-sparc32 | ... get-instance-path stdout bootpath bootargs pathres-resolve-aliases bootpath: %s open-dev ihandle ... |
/qemu/hw/mem/ |
H A D | cxl_type3.c | 1407 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 D | pnv_phb3.c | 855 /* 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 D | bsdload.c | 162 /* Failed to resolve. */ in loader_exec()
|
/qemu/scripts/rust/ |
H A D | rustc_args.py | 204 workspace_cargo_toml = Path(args.workspace, "Cargo.toml").resolve()
|
/qemu/net/ |
H A D | l2tpv3.c | 636 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 D | translate-all.c | 200 * 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 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/block/export/ |
H A D | fuse.c | 157 * (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 D | qapidoc.py | 572 srctree = Path(self.env.app.config.qapidoc_srctree).resolve() 578 srcpath = Path(src).resolve()
|
/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
|