Searched refs:links (Results 1 – 19 of 19) sorted by relevance
/qemu/tests/qtest/ |
H A D | qom-test.c | 25 GSList *children = NULL, *links = NULL; in test_properties() local 52 links = g_slist_prepend(links, child_path); in test_properties() 69 while (links) { in test_properties() 70 test_properties(qts, links->data, false); in test_properties() 71 g_free(links->data); in test_properties() 72 links = g_slist_delete_link(links, links); in test_properties()
|
/qemu/hw/intc/ |
H A D | xics_pnv.c | 68 val = picp->links[0]; in pnv_icp_read() 75 val = picp->links[1]; in pnv_icp_read() 82 val = picp->links[2]; in pnv_icp_read() 122 picp->links[0] = val; in pnv_icp_write() 129 picp->links[1] = val; in pnv_icp_write() 136 picp->links[2] = val; in pnv_icp_write()
|
/qemu/ |
H A D | meson.build | 189 not cc.links(''' 405 if host_arch == 'i386' and not cc.links(''' 500 cc.links(stack_protector_probe, args: ['-Werror', arg]) 528 if host_os != 'darwin' and cc.links(ucontext_probe) 578 if cc.links('int main(int argc, char **argv) { return argc + 1; }', 1016 if cc.links(files('scripts/xen-detect.c'), 1113 if gio.found() and not cc.links(''' 1171 if not cc.links(linux_io_uring_test) 1196 if cc.links(libattr_test) 1202 cc.links(libattr_tes [all...] |
H A D | qemu-options.hx | 2356 Configure wan image compression (lossy for slow links). Default
|
/qemu/ebpf/ |
H A D | rss.bpf.skeleton.h | 24 } links; member 166 s->progs[0].link = &obj->links.tun_rss_steering_prog; in rss_bpf__create_skeleton()
|
/qemu/rust/ |
H A D | meson.build | 21 qemuutil_rs = qemuutil.partial_dependency(link_args: true, links: true)
|
/qemu/include/hw/ppc/ |
H A D | xics.h | 86 uint32_t links[3]; member
|
/qemu/docs/system/i386/ |
H A D | kvm-pv.rst | 97 Useful links
|
H A D | hyperv.rst | 317 Useful links
|
/qemu/docs/devel/ |
H A D | codebase.rst | 8 Beyond giving succinct descriptions, the goal is to offer links to various 43 The folder name links here will take you to that folder in our gitlab 44 repository. Other links will take you to more detailed documentation for that
|
H A D | kconfig.rst | 18 only links a small subset of the files that form QEMU's source code;
|
H A D | build-system.rst | 307 all QEMU binaries. ``stub_ss`` links dummy stubs that will only be linked
|
/qemu/qapi/ |
H A D | qdev.json | 24 # describe links between different devices and/or objects. These
|
H A D | qom.json | 199 # describe links between different devices and/or objects. These 875 # that for CXL bus links, the latency across intermediate switches 878 # and shared links in the path.
|
H A D | block-core.json | 355 # @children: Array of links to this node's child nodes' information
|
/qemu/docs/specs/ |
H A D | fsi.rst | 54 CFAM to be simultaneously driven from multiple FSI links. The modeling is not
|
/qemu/pc-bios/dtb/ |
H A D | petalogix-s3adsp1800.dts | 69 xlnx,fsl-links = <0x00>;
|
H A D | petalogix-ml605.dts | 83 xlnx,fsl-links = < 0x00 >;
|
/qemu/docs/system/s390x/ |
H A D | vfio-ap.rst | 731 sysfs directory for the vfio_ap device driver will now contain symbolic links
|