]> git.proxmox.com Git - mirror_qemu.git/commit
Rename "QEMU global mutex" to "BQL" in comments and docs
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 2 Jan 2024 15:35:29 +0000 (10:35 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 8 Jan 2024 15:45:43 +0000 (10:45 -0500)
commit0b2675c473f68f13bc5ca1dd1c43ce421542e7b8
tree4d9b904b4b95e24558cf30f710dc6f899544b69b
parenta4a411fbaf95b5712b30de6e65f37ff0aa6cb142
Rename "QEMU global mutex" to "BQL" in comments and docs

The term "QEMU global mutex" is identical to the more widely used Big
QEMU Lock ("BQL"). Update the code comments and documentation to use
"BQL" instead of "QEMU global mutex".

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Paul Durrant <paul@xen.org>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Message-id: 20240102153529.486531-6-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
12 files changed:
docs/devel/multi-thread-tcg.rst
docs/devel/multiple-iothreads.txt
docs/devel/qapi-code-gen.rst
docs/devel/replay.rst
hw/block/dataplane/virtio-blk.c
hw/block/virtio-blk.c
hw/scsi/virtio-scsi-dataplane.c
include/block/blockjob.h
include/io/task.h
include/qemu/coroutine-core.h
include/qemu/coroutine.h
net/tap.c