qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL for-7.1 16/36] util/log: Remove qemu_log_flush


From: Philippe Mathieu-Daudé
Subject: Re: [PULL for-7.1 16/36] util/log: Remove qemu_log_flush
Date: Sun, 20 Mar 2022 22:55:37 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 20/3/22 18:11, Richard Henderson wrote:
All uses flush output immediately before or after qemu_log_unlock.
Instead of a separate call, move the flush into qemu_log_unlock.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/qemu/log.h        |  2 --
  accel/tcg/translate-all.c |  1 -
  cpu.c                     |  1 -
  hw/net/can/can_sja1000.c  |  1 -
  hw/xen/xen_pvdev.c        |  1 -
  net/can/can_socketcan.c   |  1 -
  tcg/tcg.c                 |  1 -
  util/log.c                | 14 +-------------
  8 files changed, 1 insertion(+), 21 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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