Re: [PATCH 04/15] spapr: Simplify error handling in callers of ppc_set_compat()

2020-09-15 Thread Philippe Mathieu-Daudé
On 9/14/20 2:34 PM, Greg Kurz wrote: > Now that ppc_set_compat() indicates success/failure with a return > value, use it and reduce error propagation overhead. > > Signed-off-by: Greg Kurz > --- > hw/ppc/spapr.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) Reviewed-by:

Re: [PATCH 04/15] spapr: Simplify error handling in callers of ppc_set_compat()

2020-09-15 Thread Vladimir Sementsov-Ogievskiy
14.09.2020 15:34, Greg Kurz wrote: Now that ppc_set_compat() indicates success/failure with a return value, use it and reduce error propagation overhead. Signed-off-by: Greg Kurz Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best regards, Vladimir

[PATCH 04/15] spapr: Simplify error handling in callers of ppc_set_compat()

2020-09-14 Thread Greg Kurz
Now that ppc_set_compat() indicates success/failure with a return value, use it and reduce error propagation overhead. Signed-off-by: Greg Kurz --- hw/ppc/spapr.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index