]> git.ipfire.org Git - thirdparty/qemu.git/commit
bsd-user: Expand log_page_dump inline
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 17 Apr 2022 18:30:01 +0000 (11:30 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 20 Apr 2022 17:51:11 +0000 (10:51 -0700)
commit43b761618de7bb43bacc1c7c38dfdda878714a4c
treec059eed722f62d66a01749d3f162e8c6bba39bf0
parentfb6efecf548fc8ef8cc377f076312b1cf4061cac
bsd-user: Expand log_page_dump inline

We have extra stuff to log at the same time.
Hoist the qemu_log_trylock/unlock to the caller and use fprintf.

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