mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue