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

2015-12-13 Thread David Gibson
On Fri, Dec 11, 2015 at 11:08:59AM +0100, Thomas Huth wrote: > On 11/12/15 01:11, David Gibson wrote: > > Use the error handling infrastructure to pass an error out from > > try_create_xics() instead of assuming _abort - the caller is in a > > better position to decide on error handling policy. >

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

2015-12-11 Thread Thomas Huth
On 11/12/15 01:11, David Gibson wrote: > Use the error handling infrastructure to pass an error out from > try_create_xics() instead of assuming _abort - the caller is in a > better position to decide on error handling policy. > > Signed-off-by: David Gibson > --- >

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

2015-12-10 Thread David Gibson
Use the error handling infrastructure to pass an error out from try_create_xics() instead of assuming _abort - the caller is in a better position to decide on error handling policy. Signed-off-by: David Gibson --- hw/ppc/spapr.c | 6 +++--- 1 file changed, 3