Re: [PATCH v2 09/10] target/ppc: Simplify syscall exception handlers

2023-06-15 Thread BALATON Zoltan
On Thu, 15 Jun 2023, Nicholas Piggin wrote: On Thu Jun 15, 2023 at 7:25 PM AEST, BALATON Zoltan wrote: On Thu, 15 Jun 2023, Nicholas Piggin wrote: On Thu Jun 15, 2023 at 7:34 AM AEST, BALATON Zoltan wrote: After previous changes the hypercall handling in 7xx and 74xx exception handlers can be

Re: [PATCH v2 09/10] target/ppc: Simplify syscall exception handlers

2023-06-15 Thread Nicholas Piggin
On Thu Jun 15, 2023 at 7:25 PM AEST, BALATON Zoltan wrote: > On Thu, 15 Jun 2023, Nicholas Piggin wrote: > > On Thu Jun 15, 2023 at 7:34 AM AEST, BALATON Zoltan wrote: > >> After previous changes the hypercall handling in 7xx and 74xx > >> exception handlers can be folded into one if statement to s

Re: [PATCH v2 09/10] target/ppc: Simplify syscall exception handlers

2023-06-15 Thread BALATON Zoltan
On Thu, 15 Jun 2023, Nicholas Piggin wrote: On Thu Jun 15, 2023 at 7:34 AM AEST, BALATON Zoltan wrote: After previous changes the hypercall handling in 7xx and 74xx exception handlers can be folded into one if statement to simpilfy this code. Signed-off-by: BALATON Zoltan --- target/ppc/excp_

Re: [PATCH v2 09/10] target/ppc: Simplify syscall exception handlers

2023-06-14 Thread Nicholas Piggin
On Thu Jun 15, 2023 at 7:34 AM AEST, BALATON Zoltan wrote: > After previous changes the hypercall handling in 7xx and 74xx > exception handlers can be folded into one if statement to simpilfy > this code. > > Signed-off-by: BALATON Zoltan > --- > target/ppc/excp_helper.c | 26 ++--

[PATCH v2 09/10] target/ppc: Simplify syscall exception handlers

2023-06-14 Thread BALATON Zoltan
After previous changes the hypercall handling in 7xx and 74xx exception handlers can be folded into one if statement to simpilfy this code. Signed-off-by: BALATON Zoltan --- target/ppc/excp_helper.c | 26 ++ 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/