util/log: Drop return value from qemu_log
commit3c06a41746fd0399a182839a6a25c79f1c4ee83a
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 17 Apr 2022 18:29:57 +0000 (17 11:29 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 20 Apr 2022 17:51:11 +0000 (20 10:51 -0700)
treee6ef7b0e79043b84f6ee24cf7c0c41e641c70efe
parent095e9855b774b9da9b84c9cf21cbd856ae482670
util/log: Drop return value from qemu_log

The only user of this feature, tcg_dump_ops, has been
converted to use fprintf directly.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220417183019.755276-18-richard.henderson@linaro.org>
include/qemu/log-for-trace.h
util/log.c