Home
last modified time | relevance | path

Searched full:tasks (Results 1 – 25 of 35) sorted by relevance

12

/qemu/python/qemu/qmp/
H A Dprotocol.py185 The base implementation starts the reader/writer tasks.
187 actions to be taken prior to starting the reader/writer tasks
229 # Special, long-running tasks:
233 # Aggregate of the above two tasks, used for Exception management.
390 Disconnect and wait for all tasks to fully stop.
502 @bottom_half # However, it does not run from the R/W tasks.
655 Starts the readers/writer tasks; subclasses may perform their
685 case of unhandled exceptions in the reader/writer tasks.
755 Disconnect and cancel all outstanding tasks.
760 occur in either the reader or writer tasks.
[all …]
/qemu/hw/display/
H A Dapple-gfx.h45 /* List `tasks` is protected by task_mutex */
47 PGTaskList tasks; member
H A Dapple-gfx.m100 QTAILQ_INSERT_TAIL(&s->tasks, task, node);
120 QTAILQ_REMOVE(&s->tasks, task, node);
543 * thread and handle AIO tasks while we wait. Any work in the callbacks
760 QTAILQ_INIT(&s->tasks);
/qemu/include/block/
H A Dthread-pool.h77 * Can be used as a barrier between two sets of tasks executed on a thread
79 * caller just wants to wait for all tasks to complete while deferring the
H A Daio_task.h2 * Aio tasks loops
/qemu/docs/interop/
H A Ddbus.rst13 - background tasks (compression, streaming etc)
34 cooperative tasks are running on the same bus to serve the VM.
/qemu/rust/qemu-api/
H A DREADME.md13 Common Cargo tasks can be performed from the QEMU build directory
/qemu/include/hw/misc/
H A Dnrf51_rng.h9 * + sysbus MMIO regions 0: Memory Region with tasks, events and registers
/qemu/scripts/ci/setup/ubuntu/
H A Dbuild-environment.yml14 tasks:
/qemu/block/
H A Dblock-copy.c75 * @ret is set concurrently by tasks under mutex. Only set once by first
207 /* region is dirty, so no existent tasks possible in it */ in block_copy_task_create()
229 * wake up all tasks waiting for us (may be some of them are not intersecting
498 * value of @method should be used for subsequent tasks.
892 * No pending tasks, but check again the bitmap in this in block_copy_common()
H A Daio_task.c2 * Aio tasks loops
/qemu/docs/devel/testing/
H A Dqtest.rst30 encapsulate common tasks of device drivers, such as memory management and
H A Dci-runners.rst.inc57 Please note that most of the tasks in the playbook require superuser
/qemu/target/i386/tcg/
H A Dhelper-tcg.h122 * Do the tasks usually performed by gen_eob(). Callers of this function
H A Dmisc_helper.c95 /* Do gen_eob() tasks before going back to the main loop. */ in helper_pause()
/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml16 tasks:
/qemu/python/qemu/utils/
H A D__init__.py5 various tasks not directly related to the launching of a VM.
/qemu/hw/misc/
H A Dnrf51_rng.c199 /* Tasks */ in nrf51_rng_init()
/qemu/hw/remote/
H A Dproxy-memory-listener.c23 * proxy_memory_listener_commit() defined below perform tasks similar to the
/qemu/tests/functional/
H A Dtest_mips64el_malta.py41 ch-common-tasks.html#s-common-official
/qemu/docs/devel/
H A Dmulti-process.rst111 As mentioned above, one of the tasks of the vhost device object within
321 In addition, the Proxy objects perform the following two tasks:
338 perform tasks related to being a proxy, such are registering its own
342 Other tasks will be device-specific. For example, PCI device objects
H A Dbuild-system.rst36 The configure script has five tasks:
352 comprises the following tasks:
/qemu/docs/system/ppc/
H A Dpowernv.rst24 * Simple OCC is an on-chip micro-controller used for power management tasks.
/qemu/plugins/
H A Dloader.c5 * Aside from the basic housekeeping tasks we also need to ensure any
/qemu/docs/system/i386/
H A Dhyperv.rst312 (meaning there are other scheduled tasks or guests) and can be left unchanged

12