mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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>
This commit is contained in:
parent
4b4629d9d2
commit
f2937a33a5
4 changed files with 14 additions and 17 deletions
|
@ -3760,6 +3760,7 @@ static void handle_arg_log(const char *arg)
|
|||
qemu_print_log_usage(stdout);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
qemu_log_needs_buffers();
|
||||
qemu_set_log(mask);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue