tcg: Pass the locked filepointer to tcg_dump_ops
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 17 Apr 2022 18:29:51 +0000 (11:29 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 20 Apr 2022 17:51:11 +0000 (10:51 -0700)
commitb7a83ff8df76d7f5a4abddcc01d2478f026dc9e8
tree115272d1c6d3ebf43ef532b1feb042688ba51e40
parent3fb659605f45be5abce9d54910334853482d98f7
tcg: Pass the locked filepointer to tcg_dump_ops

We have already looked up and locked the filepointer.
Use fprintf instead of qemu_log directly for output
in and around tcg_dump_ops.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220417183019.755276-12-richard.henderson@linaro.org>
tcg/tcg.c