On 01/16/2016 02:47 AM, Markus Armbruster wrote:
David Gibson <da...@gibson.dropbear.id.au> writes:
Here's a new spin of my patches to clean up a bunch of error reporting
in the pseries machine type and target-ppc code, to better use the
error API.
Once reviewed, I hope to merge this into ppc-for-2.6 shortly.
There's an error_setg(&error_abort, ...) left in spapr_drc.c. Should
that be converted to a straight abort()?
I was under impression that all abort()/exit() instances are aimed to be
converted to error_setg(&error_abort) eventually (as all fprintf(error) to
perror() and tracepoints, etc), is there any howto what to use when? :)
--
Alexey