mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
@ -2551,7 +2551,7 @@ fail:
|
||||
|
||||
/**
|
||||
* migration_maybe_pause: Pause if required to by
|
||||
* migrate_pause_before_switchover called with the iothread locked
|
||||
* migrate_pause_before_switchover called with the BQL locked
|
||||
* Returns: 0 on success
|
||||
*/
|
||||
static int migration_maybe_pause(MigrationState *s,
|
||||
|
Reference in New Issue
Block a user