diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-12-04 13:12:57 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-05-19 13:08:04 +0200 |
commit | f2937a33a53909af4b2340995f459a6eaf673882 (patch) | |
tree | 3db0e6d8bba9b57eda449bd54b366cfe5889edcd /bsd-user | |
parent | 4b4629d9d26fd0e100d9be526367a96aa35b541d (diff) |
log: do not use CONFIG_USER_ONLY
This decouples logging further from config-target.h
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'bsd-user')
-rw-r--r-- | bsd-user/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/main.c b/bsd-user/main.c index 27854c1f91..058eaca1a7 100644 --- a/bsd-user/main.c +++ b/bsd-user/main.c @@ -849,6 +849,7 @@ int main(int argc, char **argv) } /* init debug */ + qemu_log_needs_buffers(); qemu_set_log_filename(log_file); if (log_mask) { int mask; |