Re: [PATCH 1/3] raspi: Use error_fatal for SoC realize errors, not error_abort

2021-08-16 Thread Philippe Mathieu-Daudé
On 8/16/21 3:58 PM, Peter Maydell wrote: > The SoC realize can fail for legitimate reasons, because it propagates > errors up from CPU realize, which in turn can be provoked by user > error in setting commandline options. Use error_fatal so we report > the error message to the user and exit, rather

[PATCH 1/3] raspi: Use error_fatal for SoC realize errors, not error_abort

2021-08-16 Thread Peter Maydell
The SoC realize can fail for legitimate reasons, because it propagates errors up from CPU realize, which in turn can be provoked by user error in setting commandline options. Use error_fatal so we report the error message to the user and exit, rather than asserting via error_abort. Signed-off-by: