Searched full:tasks (Results 1 – 25 of 35) sorted by relevance
12
/qemu/python/qemu/qmp/ |
H A D | protocol.py | 185 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 D | apple-gfx.h | 45 /* List `tasks` is protected by task_mutex */ 47 PGTaskList tasks; member
|
H A D | apple-gfx.m | 100 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 D | thread-pool.h | 77 * 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 D | aio_task.h | 2 * Aio tasks loops
|
/qemu/docs/interop/ |
H A D | dbus.rst | 13 - background tasks (compression, streaming etc) 34 cooperative tasks are running on the same bus to serve the VM.
|
/qemu/rust/qemu-api/ |
H A D | README.md | 13 Common Cargo tasks can be performed from the QEMU build directory
|
/qemu/include/hw/misc/ |
H A D | nrf51_rng.h | 9 * + sysbus MMIO regions 0: Memory Region with tasks, events and registers
|
/qemu/scripts/ci/setup/ubuntu/ |
H A D | build-environment.yml | 14 tasks:
|
/qemu/block/ |
H A D | block-copy.c | 75 * @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 D | aio_task.c | 2 * Aio tasks loops
|
/qemu/docs/devel/testing/ |
H A D | qtest.rst | 30 encapsulate common tasks of device drivers, such as memory management and
|
H A D | ci-runners.rst.inc | 57 Please note that most of the tasks in the playbook require superuser
|
/qemu/target/i386/tcg/ |
H A D | helper-tcg.h | 122 * Do the tasks usually performed by gen_eob(). Callers of this function
|
H A D | misc_helper.c | 95 /* Do gen_eob() tasks before going back to the main loop. */ in helper_pause()
|
/qemu/scripts/ci/setup/ |
H A D | gitlab-runner.yml | 16 tasks:
|
/qemu/python/qemu/utils/ |
H A D | __init__.py | 5 various tasks not directly related to the launching of a VM.
|
/qemu/hw/misc/ |
H A D | nrf51_rng.c | 199 /* Tasks */ in nrf51_rng_init()
|
/qemu/hw/remote/ |
H A D | proxy-memory-listener.c | 23 * proxy_memory_listener_commit() defined below perform tasks similar to the
|
/qemu/tests/functional/ |
H A D | test_mips64el_malta.py | 41 ch-common-tasks.html#s-common-official
|
/qemu/docs/devel/ |
H A D | multi-process.rst | 111 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 D | build-system.rst | 36 The configure script has five tasks: 352 comprises the following tasks:
|
/qemu/docs/system/ppc/ |
H A D | powernv.rst | 24 * Simple OCC is an on-chip micro-controller used for power management tasks.
|
/qemu/plugins/ |
H A D | loader.c | 5 * Aside from the basic housekeeping tasks we also need to ensure any
|
/qemu/docs/system/i386/ |
H A D | hyperv.rst | 312 (meaning there are other scheduled tasks or guests) and can be left unchanged
|
12