Home
last modified time | relevance | path

Searched full:consumes (Results 1 – 21 of 21) sorted by relevance

/qemu/docs/devel/testing/
H A Dqgraph.rst37 and edges that define the relationships between them (``CONSUMES``, ``PRODUCES``, and
50 instantiated when a node consumes or produces it.
54 - **QNODE_TEST**: for example ``sdhci-test``. A test consumes an interface
72 - ``X CONSUMES Y``: ``Y`` can be plugged into ``X``
129 are already added by QEMU, so only nodes that "consumes" will be used to
239 ``sdhci-pci --consumes--> pci-bus``
253 - Create the ``sdhci-test`` test node. The test ``consumes`` the
257 ``sdhci-test --consumes--> sdhci``
508 * sdhci-pci --consumes--> pci-bus */
520 sdhci-pci --consumes--> pci-bus <--produces--+
[all …]
/qemu/tests/qtest/libqos/
H A Dqgraph.h52 * Edge options to be passed to the contains/consumes \*_args function.
171 * @interface: Name of the interface node it consumes
291 * @consumer: Node that "consumes"
H A Dqos_external.c79 * Once the test is reached, return the object it consumes.
/qemu/docs/devel/
H A Duefi-vars.rst40 also consumes events (``EfiEndOfDxeEventGroup``,
H A Dstyle.rst794 consumes the error returned.
/qemu/qapi/
H A Dqapi-util.c117 * If @complete, the parse fails unless it consumes @str completely.
/qemu/tests/tcg/x86_64/
H A Dfma.c92 * With FTZ enabled, this consumes the denormal, returns zero (because
/qemu/include/hw/virtio/
H A Dvirtio-serial.h121 * backend that consumes guest data (e.g. the file backend for
/qemu/target/hexagon/
H A Dattribs_def.h.inc76 DEF_ATTRIB(CVI_4SLOT, "Consumes all the vector execution resources", "", "")
/qemu/docs/
H A Dnvdimm.txt125 1. Each hotplugged vNVDIMM device consumes one memory slot. Users
/qemu/block/
H A Dio_uring.c115 * Fetches completed I/O requests, consumes cqes and invokes their callbacks
/qemu/hw/core/
H A Dmachine-smp.c384 * the user-configured cache model from MachineState and consumes the special
/qemu/hw/vfio/
H A Dlistener.c288 * section consumes exactly one DMA mapping, with the exception of in vfio_ram_discard_register_listener()
292 * We assume that each section in the address space consumes one memslot. in vfio_ram_discard_register_listener()
/qemu/hw/mem/
H A Dmemory-device.c498 * our region for memory devices consumes exactly one memslot in KVM in memory_devices_region_mod()
/qemu/.gitlab-ci.d/
H A Dbuildtest.yml463 # Set LD_JOBS=1 because this requires LTO and ld consumes a large amount of memory.
/qemu/include/tcg/
H A Dtcg.h772 /* Instruction consumes carry in. */
/qemu/include/standard-headers/linux/
H A Dethtool.h1410 * space for this at this time. If a future patch consumes the next
/qemu/
H A Dqemu-options.hx5567 operation that consumes random pool entropy, so it is
5590 operation that consumes random pool entropy, so it is
5611 operation that consumes random pool entropy, so it is
/qemu/migration/
H A Dmigration.c3601 * the semaphore itself for each item it consumes, in migration_rate_limit()
H A Dram.c430 * thread sets it, while background migration thread consumes it.
/qemu/hw/virtio/
H A Dvirtio.c3844 * polling consumes CPU cycles and should not be used.