]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
cpus: document that qemu_cpu_kick() can be used for BQL-less operation
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 29 Aug 2025 08:31:34 +0000 (10:31 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 17 Sep 2025 17:00:55 +0000 (19:00 +0200)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/hw/core/cpu.h

index 23bd02277f4849699d4753af65f7ca96e640c719..8b57bcd92c9b826f78f4eb4bba121941ec067b5f 100644 (file)
@@ -829,7 +829,8 @@ bool qemu_cpu_is_self(CPUState *cpu);
  * qemu_cpu_kick:
  * @cpu: The vCPU to kick.
  *
- * Kicks @cpu's thread.
+ * Kicks @cpu's thread to exit the accelerator.  For accelerators that
+ * can do that, the target vCPU thread will try not to take the BQL.
  */
 void qemu_cpu_kick(CPUState *cpu);