Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 49) sorted by relevance

12

/qemu/qapi/
H A Djob.json94 # @cancel: see @job-cancel
113 'data': ['cancel', 'pause', 'resume', 'set-speed', 'complete', 'dismiss',
166 # @job-cancel:
168 # Instruct an active background job to cancel at the next opportunity.
172 # The job will cancel as soon as possible and then emit a
175 # because it was almost done and there was no opportunity to cancel
182 { 'command': 'job-cancel', 'data': { 'id': 'str' } }
204 # use of JOB_READY event, job-cancel or job-complete will still need
H A Dtpm.json80 # @cancel-path: string showing the TPM's sysfs cancel file for
87 '*cancel-path': 'str' },
H A Dtransaction.json26 # @individual: Do not attempt to cancel any other Actions if any
31 # @grouped: If any Action fails after the Transaction succeeds, cancel
/qemu/tests/qemu-iotests/
H A D141.out10 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
24 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
38 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
51 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
64 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
H A D229.out25 === Force cancel job paused in error state ===
27 {'execute': 'block-job-cancel',
H A D200.out12 === Sending stream/cancel, checking for SIGSEGV only ===
H A D20077 echo === Sending stream/cancel, checking for SIGSEGV only ===
H A D255.out29 {"execute": "block-job-cancel", "arguments": {"device": "job0"}}
/qemu/tests/avocado/
H A Dvirtio-gpu.py86 self.cancel("VirGL not enabled?")
103 self.cancel("Could not find vhost-user-gpu")
150 self.cancel("VirGL not enabled?")
H A Dkvm_xen_guest.py71 self.cancel("KVM Xen support is not present "
74 self.cancel("QEMU not built with CONFIG_XEN_EMU support")
H A Dmachine_aarch64_virt.py105 self.cancel('Could not find "qemu-img", which is required to '
H A Dmigration.py64 self.cancel('Failed to find a free port')
H A Dtcg_plugins.py47 self.cancel("TCG Plugins not enabled?")
H A Dreverse_debugging.py112 self.cancel('Could not find "qemu-img", which is required to '
H A Dtuxrun_baselines.py50 self.cancel('Could not find "zstd", which is required to '
/qemu/tests/avocado/avocado_qemu/
H A D__init__.py254 self.cancel("No QEMU binary defined or found in the build tree")
300 self.cancel("Don't know how to check for the presence "
303 self.cancel("%s accelerator does not seem to be "
310 self.cancel('no support for user networking')
320 self.cancel('no support for multiprocess device emulation')
342 self.cancel('Could not find "qemu-img"')
637 self.cancel('Failed to download/prepare boot image')
656 self.cancel('Failed to prepare the cloudinit image')
/qemu/
H A D.patchew.yml35 {% if not is_timeout %} {{ cancel }} {% endif %}
53 {{ cancel }}
61 {{ cancel }}
76 {{ cancel }}
79 {{ cancel }}
110 {{ cancel }}
/qemu/hw/usb/
H A Ddev-storage-bot.c23 .cancel = usb_msd_request_cancelled,
H A Ddev-storage-classic.c26 .cancel = usb_msd_request_cancelled,
/qemu/python/tests/
H A Dprotocol.py353 task.cancel()
397 task.cancel()
417 task.cancel()
/qemu/docs/interop/
H A Dlive-block-operations.rst419 ``block-job-cancel``, but be careful when doing this.
519 When you cancel an in-progress 'mirror' job *before* the source and
520 target are synchronized, ``block-job-cancel`` will emit the event
521 ``BLOCK_JOB_CANCELLED``. However, note that if you cancel a
524 synchronization, then the event emitted by ``block-job-cancel``
536 (1) Issuing the command ``block-job-cancel`` (after it emits the event
632 (QEMU) block-job-cancel device=job0
634 "execute": "block-job-cancel",
767 event ``BLOCK_JOB_READY`` is emitted, issue ``block-job-cancel`` to
770 (QEMU) block-job-cancel device=job0
[all …]
/qemu/io/
H A Dtrace-events11 qio_task_thread_source_cancel(void *task, void *source) "Task thread source cancel task=%p source=%…
46 qio_channel_tls_handshake_cancel(void *ioc) "TLS handshake cancel ioc=%p"
/qemu/include/qemu/
H A Djob.h308 bool (*cancel)(Job *job, bool force); member
/qemu/python/qemu/qmp/
H A Dprotocol.py797 self._writer_task.cancel()
800 self._reader_task.cancel()
/qemu/include/hw/scsi/
H A Dscsi.h135 void (*cancel)(SCSIRequest *req); member

12