]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 2 Jan 2024 15:35:27 +0000 (10:35 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 8 Jan 2024 15:45:43 +0000 (10:45 -0500)
commit7c754c787e69de79ca9b28749a10fc148d4f4c7d
treea2424090cb203a6d37000a162c66dc55554714ec
parent32ead8e62fe222d433d135bc6ef25a2af20561a3
qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()

The name "iothread" is overloaded. Use the term Big QEMU Lock (BQL)
instead, it is already widely used and unambiguous.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Paul Durrant <paul@xen.org>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-id: 20240102153529.486531-4-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
accel/tcg/tcg-accel-ops-rr.c
hw/display/virtio-gpu.c
hw/ppc/spapr_events.c
include/qemu/main-loop.h
system/cpu-throttle.c
system/cpus.c
target/i386/nvmm/nvmm-accel-ops.c
target/i386/whpx/whpx-accel-ops.c