mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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>
This commit is contained in:
parent
7c754c787e
commit
a4a411fbaf
21 changed files with 47 additions and 47 deletions
|
@ -2395,7 +2395,7 @@ static void ram_save_cleanup(void *opaque)
|
|||
|
||||
/* We don't use dirty log with background snapshots */
|
||||
if (!migrate_background_snapshot()) {
|
||||
/* caller have hold iothread lock or is in a bh, so there is
|
||||
/* caller have hold BQL or is in a bh, so there is
|
||||
* no writing race against the migration bitmap
|
||||
*/
|
||||
if (global_dirty_tracking & GLOBAL_DIRTY_MIGRATION) {
|
||||
|
@ -3131,7 +3131,7 @@ out:
|
|||
*
|
||||
* Returns zero to indicate success or negative on error
|
||||
*
|
||||
* Called with iothread lock
|
||||
* Called with the BQL
|
||||
*
|
||||
* @f: QEMUFile where to send the data
|
||||
* @opaque: RAMState pointer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue