]> git.proxmox.com Git - mirror_qemu.git/commit
Replace "iothread lock" with "BQL" in comments
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 2 Jan 2024 15:35:28 +0000 (10:35 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 8 Jan 2024 15:45:43 +0000 (10:45 -0500)
commita4a411fbaf95b5712b30de6e65f37ff0aa6cb142
treee4c21d35ff664c8fe0e14e3442b034c4f15bc806
parent7c754c787e69de79ca9b28749a10fc148d4f4c7d
Replace "iothread lock" with "BQL" in comments

The term "iothread lock" is obsolete. The APIs use Big QEMU Lock (BQL)
in their names. Update the code comments to use "BQL" instead of
"iothread lock".

Signed-off-by: Stefan Hajnoczi <stefanha@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-5-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
21 files changed:
accel/tcg/cputlb.c
accel/tcg/tcg-accel-ops-icount.c
audio/coreaudio.m
docs/devel/reset.rst
hw/display/qxl.h
hw/remote/mpqemu-link.c
include/exec/cpu-common.h
include/exec/memory.h
include/exec/ramblock.h
include/migration/register.h
migration/block-dirty-bitmap.c
migration/block.c
migration/colo.c
migration/migration.c
migration/ram.c
system/physmem.c
target/arm/helper.c
target/arm/internals.h
ui/cocoa.m
ui/spice-core.c
util/rcu.c