| /qemu/io/ |
| A D | task.c | 33 GSource *completion; member 135 task->thread->completion = g_idle_source_new(); in qio_task_thread_worker() 136 g_source_set_callback(task->thread->completion, in qio_task_thread_worker() 138 g_source_attach(task->thread->completion, in qio_task_thread_worker() 140 g_source_unref(task->thread->completion); in qio_task_thread_worker() 141 trace_qio_task_thread_source_attach(task, task->thread->completion); in qio_task_thread_worker() 183 while (task->thread->completion == NULL) { in qio_task_wait_thread() 187 trace_qio_task_thread_source_cancel(task, task->thread->completion); in qio_task_wait_thread() 188 g_source_destroy(task->thread->completion); in qio_task_wait_thread()
|
| /qemu/docs/specs/ |
| A D | vmw_pvscsi-spec.rst | 55 Completion interrupts (completion ring notifications): 90 f. Unmask completion and message (if device messages enabled) interrupts 111 Request completion processing 114 a. Upon completion interrupt arrival process completion
|
| A D | rocker.rst | 128 0 Command descriptor ring completion 129 1 Event descriptor ring completion 130 2 Test operation completion 132 4-255 Tx and Rx descriptor ring completion 218 DMA_DESC_COOKIE 8 Desc cookie for completion matching, 229 To support forward- and backward-compatibility, descriptor and completion 409 Get PORT_SETTINGS completion: 604 Possible status return codes in descriptor on completion are:: 653 Possible status return codes in descriptor on completion are:: 910 Possible status return codes in descriptor on completion are:: [all …]
|
| /qemu/hw/nvme/ |
| A D | trace-events | 54 pci_nvme_del_cq(uint16_t cqid) "deleted completion queue, cqid=%"PRIu16"" 99 pci_nvme_mmio_acqaddr(uint64_t data) "wrote MMIO, admin completion queue address=0x%"PRIx64"" 165 pci_nvme_err_invalid_del_cq_cqid(uint16_t cqid) "failed deleting completion queue, cqid=%"PRIu16"" 166 pci_nvme_err_invalid_del_cq_notempty(uint16_t cqid) "failed deleting completion queue, it is not em… 167 pci_nvme_err_invalid_create_cq_cqid(uint16_t cqid) "failed creating completion queue, cqid=%"PRIu16… 168 pci_nvme_err_invalid_create_cq_size(uint16_t size) "failed creating completion queue, size=%"PRIu16… 169 pci_nvme_err_invalid_create_cq_addr(uint64_t addr) "failed creating completion queue, addr=0x%"PRIx… 170 pci_nvme_err_invalid_create_cq_vector(uint16_t vector) "failed creating completion queue, vector=%"… 171 pci_nvme_err_invalid_create_cq_qflags(uint16_t qflags) "failed creating completion queue, qflags=%"… 177 pci_nvme_err_startfail_cq(void) "nvme_start_ctrl failed because there are non-admin completion queu… [all …]
|
| /qemu/qapi/ |
| A D | transaction.json | 24 # An enumeration of Transactional completion modes. 34 # support this completion mode. 188 # @completion-mode: Controls how jobs launched asynchronously by 196 '*completion-mode': 'ActionCompletionMode'
|
| A D | job.json | 56 # completion. This is used for long-running jobs like mirror that 187 # Manually trigger completion of an active job in the READY state. 248 # @total-progress: Estimated @current-progress value at the completion 254 # completion.
|
| A D | qdev.json | 124 # Emitted whenever the device removal completion is acknowledged by
|
| A D | block-export.json | 362 # to the export before completion is signalled. (since: 5.2;
|
| A D | block-core.json | 1086 # @completion-errors: The number of completion errors. 1098 'completion-errors': 'uint64', 1322 # Behavior on completion is determined by the BitmapSyncMode. 1391 # @len: Estimated @offset value at the completion of the job. This 2796 # On successful completion the image file is updated to drop the 3003 # Manually trigger completion of an active background block operation.
|
| A D | migration.json | 2314 # to determine completion and to fetch details of any errors that 2386 # to determine completion and to fetch details of any errors that 2454 # to determine completion and to fetch details of any errors that
|
| /qemu/tests/qemu-iotests/ |
| A D | 194.out | 23 Wait for migration completion on target...
|
| /qemu/block/ |
| A D | blkio.c | 262 struct blkio_completion completion; in blkio_completion_fd_read() local 265 ret = blkioq_do_io(s->blkioq, &completion, 0, 1, NULL); in blkio_completion_fd_read() 271 BlkioCoData *cod = completion.user_data; in blkio_completion_fd_read() 272 cod->ret = completion.ret; in blkio_completion_fd_read()
|
| /qemu/net/ |
| A D | vmnet-common.m | 158 * stop and wait for completion callback call */ 195 * for completion callback invocation 259 * we only schedule a BH, and do the rest of the io completion
|
| /qemu/hw/usb/ |
| A D | hcd-ohci.c | 887 int completion; in ohci_service_td() local 896 completion = (addr == ohci->async_td); in ohci_service_td() 897 if (completion && !ohci->async_complete) { in ohci_service_td() 962 if (!completion) { in ohci_service_td() 976 if (completion) { in ohci_service_td()
|
| /qemu/docs/system/ |
| A D | authz.rst | 18 that emit an identity upon completion. 42 completion of the SASL authentication mechanism, a username will be
|
| /qemu/docs/devel/ |
| A D | secure-coding-practices.rst | 81 well-behaved guest might wait for a completion interrupt before accessing
|
| A D | qom.rst | 442 completion of the ``realize`` method the device object is added to the
|
| A D | replay.rst | 164 All block completion operations are added to the queue in the coroutines.
|
| /qemu/docs/ |
| A D | rdma.txt | 150 to be posted to the completion queue (CQ) on the 385 do not request that the hardware signal the completion queue 386 for the completion of *every* chunk. The current batch size
|
| /qemu/hw/scsi/ |
| A D | trace-events | 126 pvscsi_ring_flush_cmp(uint64_t filled_cmp_ptr) "new production counter of completion ring is 0x%"PR… 130 pvscsi_cmp_ring_put(unsigned long addr) "got completion descriptor 0x%lx" 132 pvscsi_complete_request(uint64_t context, uint64_t len, uint8_t sense_key) "completion: ctx: 0x%"PR…
|
| /qemu/docs/interop/ |
| A D | bitmaps.rst | 1500 The ``completion-mode`` transaction property can be either ``individual`` 1504 In ``grouped`` completion mode, no jobs will report success until all jobs are 1512 Transactional Failures`_, but with the ``grouped`` completion-mode property 1523 "completion-mode": "grouped"
|
| /qemu/migration/ |
| A D | trace-events | 230 qemu_rdma_poll_recv(uint64_t comp, int64_t id, int sent) "completion %" PRIu64 " received (%" PRId6… 232 qemu_rdma_poll_other(uint64_t comp, int left) "other completion %" PRIu64 " received left %d"
|
| /qemu/docs/devel/migration/ |
| A D | vfio.rst | 172 On migration completion, the vCPUs and the VFIO device are stopped
|
| /qemu/ |
| A D | hmp-commands.hx | 147 Manually trigger completion of an active background block operation. 914 .help = "migrate to URI (using -d to not wait for completion)" 925 Start the migration process, but do not wait for its completion. To 1078 "-d: return immediately (do not wait for completion).\n\t\t\t"
|
| /qemu/hw/i386/ |
| A D | trace-events | 90 amdvi_completion_wait(uint64_t addr, uint64_t data) "completion wait requested with store address 0…
|