Re: [Qemu-devel] [PATCH 08/11] pseries: Clean up error handling in spapr_rtas_register()

2015-12-11 Thread Thomas Huth
On 11/12/15 01:11, David Gibson wrote: > The errors detected in this function indicate problems with the rest of > the machine type code, rather than configuration or runtime problems. > > Use error_setg() and _abort instead of explicit fprintf() and exit(). > > Signed-off-by: David Gibson

[Qemu-devel] [PATCH 08/11] pseries: Clean up error handling in spapr_rtas_register()

2015-12-10 Thread David Gibson
The errors detected in this function indicate problems with the rest of the machine type code, rather than configuration or runtime problems. Use error_setg() and _abort instead of explicit fprintf() and exit(). Signed-off-by: David Gibson --- hw/ppc/spapr_rtas.c |