Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 25 of 27) sorted by relevance

12

/qemu/tests/migration/
H A Dmeson.build1 sysprof = dependency('sysprof-capture-4', method: 'pkg-config', required: false)
2 glib_static = dependency('glib-2.0', version: glib_req_ver, required: false,
/qemu/subprojects/libvhost-user/
H A Dmeson.build11 threads = dependency('threads')
12 glib = dependency('glib-2.0')
/qemu/block/
H A Dqcow2-cache.c274 Qcow2Cache *dependency) in qcow2_cache_set_dependency() argument
278 if (dependency->depends) { in qcow2_cache_set_dependency()
279 ret = qcow2_cache_flush_dependency(bs, dependency); in qcow2_cache_set_dependency()
285 if (c->depends && (c->depends != dependency)) { in qcow2_cache_set_dependency()
292 c->depends = dependency; in qcow2_cache_set_dependency()
H A Dqcow2.h1007 Qcow2Cache *dependency);
/qemu/tcg/
H A Dmeson.build19 libffi = dependency('libffi', version: '>=3.0', required: true,
/qemu/python/tests/
H A Dminreqs.txt9 # dependency resolution ambiguity.
/qemu/python/
H A DPACKAGE.rst36 package can be installed with the optional dependency group "devel":
/qemu/docs/devel/
H A Dbuild-system.rst142 a potential source of confusion where the user installs a dependency but
143 ``configure`` is not able to find it. When this happens, the dependency
180 ``cargo``, ``poetry`` or other dependency management systems.
359 A more complex task such as adding a new dependency usually
379 dependency will be used::
383 sdl_image = dependency('SDL2_image', required: get_option('sdl_image'),
532 ``config-host.mak`` is also used as a dependency checking mechanism. If make
H A Datomics.rst209 Note that the first load really has to have a _data_ dependency and not
210 a control dependency. If the address for the second load is dependent
211 on the first load, but the dependency is through a conditional rather
213 dependency and a full read barrier or better is required.
400 dependency barriers. It also does not use atomic accesses whenever there
H A Dqtest.rst55 dependency other than ``qemuutil`` and ``qos``, list them in the ``qtests``
H A Dci-definitions.rst.inc70 intermittent/flaky test are async wait, concurrency, and test order dependency
H A Dkconfig.rst83 This defines a dependency for this configurable element. Dependencies
117 **reverse default** (weak reverse dependency): ``imply <symbol> [if <expr>]``
H A Dacpi-bits.rst157 build/test python script maintenance and dependency resolutions.
H A Dsubmitting-a-patch.rst79 dependency obvious.
381 dependency has been dealt with, but is worth reviewing anyway
H A Dstyle.rst553 QEMU has a mandatory dependency on either the GCC or the Clang compiler. As
/qemu/tests/
H A Dmeson.build37 # Can't, because it would break the dependency of qga on qemuutil (which
/qemu/pc-bios/
H A DREADME57 b64af41c3276f97f0e181920400ee056b9c88037), as an OpenSSL dependency on 32-bit
/qemu/qga/
H A Dmeson.build52 # Can't, because it would break the dependency of qga on qemuutil (which
/qemu/docs/about/
H A Dbuild-platforms.rst116 of optional build-time dependency; in this case it is possible to
/qemu/target/hexagon/
H A Dmeson.build303 glib_dep = dependency('glib-2.0', native: true)
/qemu/tests/qtest/
H A Dmeson.build349 gvnc = dependency('gvnc-1.0', method: 'pkg-config', required: false)
/qemu/
H A Dconfigure698 --disable-dependency-tracking|\
/qemu/docs/system/arm/
H A Dcpu-features.rst284 least one of the dependency lengths of the maximum enabled length
/qemu/docs/system/s390x/
H A Dvfio-ap.rst686 1. Install the vfio_ap module on the linux host. The dependency chain for the
/qemu/docs/interop/
H A Dbitmaps.rst875 a full image. The dependency terminates with each full backup.

12