qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 3/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
Date: Thu, 30 Nov 2023 14:36:46 +0100
User-agent: Mozilla Thunderbird

On 29/11/23 22:26, Stefan Hajnoczi wrote:
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>
---
  include/qemu/main-loop.h          | 8 ++++----
  accel/tcg/tcg-accel-ops-rr.c      | 4 ++--
  hw/display/virtio-gpu.c           | 2 +-
  hw/ppc/spapr_events.c             | 2 +-
  system/cpu-throttle.c             | 2 +-
  system/cpus.c                     | 4 ++--
  target/i386/nvmm/nvmm-accel-ops.c | 2 +-
  target/i386/whpx/whpx-accel-ops.c | 2 +-
  8 files changed, 13 insertions(+), 13 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]