summaryrefslogtreecommitdiffstats
path: root/tcg
diff options
context:
space:
mode:
authorRichard Henderson2022-04-17 20:29:59 +0200
committerRichard Henderson2022-04-20 19:51:11 +0200
commit90f37362d7d2037a47f0c18ab4a26055acbd7b3a (patch)
tree38f8754dd884c4a66b8bdb02c96e58eafbfb0331 /tcg
parentutil/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULT (diff)
downloadqemu-90f37362d7d2037a47f0c18ab4a26055acbd7b3a.tar.gz
qemu-90f37362d7d2037a47f0c18ab4a26055acbd7b3a.tar.xz
qemu-90f37362d7d2037a47f0c18ab4a26055acbd7b3a.zip
util/log: Remove qemu_log_flush
All uses flush output immediately before or after qemu_log_unlock. Instead of a separate call, move the flush into qemu_log_unlock. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220417183019.755276-20-richard.henderson@linaro.org>
Diffstat (limited to 'tcg')
-rw-r--r--tcg/tcg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/tcg.c b/tcg/tcg.c
index 79a5e2816f..13c16c2bd0 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -783,7 +783,6 @@ void tcg_prologue_init(TCGContext *s)
disas(logfile, s->code_gen_ptr, prologue_size);
}
fprintf(logfile, "\n");
- qemu_log_flush();
qemu_log_unlock(logfile);
}
}