Re: [PULL for-7.1 02/36] target/hexagon: Remove qemu_set_log in hexagon_translate_init

2022-03-23 Thread Alex Bennée
Richard Henderson writes: > This code appears to be trying to make sure there is a logfile. > But that's already true -- the logfile will either be set by -D, > or will be stderr. In either case, not appropriate here. > > Cc: Taylor Simpson > Signed-off-by: Richard Henderson Reviewed-by: Al

[PULL for-7.1 02/36] target/hexagon: Remove qemu_set_log in hexagon_translate_init

2022-03-20 Thread Richard Henderson
This code appears to be trying to make sure there is a logfile. But that's already true -- the logfile will either be set by -D, or will be stderr. In either case, not appropriate here. Cc: Taylor Simpson Signed-off-by: Richard Henderson --- target/hexagon/translate.c | 6 -- 1 file change