summaryrefslogtreecommitdiffstats
path: root/bsd-user
diff options
context:
space:
mode:
authorRichard Henderson2022-04-17 20:29:41 +0200
committerRichard Henderson2022-04-20 19:51:11 +0200
commit54ee5b3da00cdbee836a06a7e6eb319c895f2a57 (patch)
tree2082efcdc464e602f73748a78048c5ce3902bf3a /bsd-user
parentMerge tag 'pull-block-2022-04-20' of https://gitlab.com/hreitz/qemu into staging (diff)
downloadqemu-54ee5b3da00cdbee836a06a7e6eb319c895f2a57.tar.gz
qemu-54ee5b3da00cdbee836a06a7e6eb319c895f2a57.tar.xz
qemu-54ee5b3da00cdbee836a06a7e6eb319c895f2a57.zip
util/log: Drop manual log buffering
This buffering was introduced during the Paleozoic: 9fa3e853531. There has never been an explanation as to why we may not allow glibc to allocate the file buffer itself. We certainly have many other uses of mmap and malloc during user-only startup, so presumably whatever the issue was, it has been fixed during the preceeding 18 years. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220417183019.755276-2-richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user')
-rw-r--r--bsd-user/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-user/main.c b/bsd-user/main.c
index 88d347d05e..08f43af235 100644
--- a/bsd-user/main.c
+++ b/bsd-user/main.c
@@ -405,7 +405,6 @@ int main(int argc, char **argv)
}
/* init debug */
- qemu_log_needs_buffers();
qemu_set_log_filename(log_file, &error_fatal);
if (log_mask) {
int mask;