Re: [PATCH] target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts

2023-06-23 Thread Cédric Le Goater
On 6/20/23 15:13, Nicholas Piggin wrote: System call interrupts in ISA v3.1 CPUs add a LEV indication in SRR1 that corresponds with the LEV field of the instruction that caused the interrupt. Signed-off-by: Nicholas Piggin Applied to ppc-next. Thanks, C. --- This is unchanged, just tak

Re: [PATCH] target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts

2023-06-21 Thread Nicholas Piggin
On Wed Jun 21, 2023 at 6:31 PM AEST, Harsh Prateek Bora wrote: > > > On 6/20/23 18:43, Nicholas Piggin wrote: > > System call interrupts in ISA v3.1 CPUs add a LEV indication in SRR1 > > that corresponds with the LEV field of the instruction that caused the > > interrupt. > > > > Did we encounter

Re: [PATCH] target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts

2023-06-21 Thread Harsh Prateek Bora
On 6/20/23 18:43, Nicholas Piggin wrote: System call interrupts in ISA v3.1 CPUs add a LEV indication in SRR1 that corresponds with the LEV field of the instruction that caused the interrupt. Did we encounter any issue without this patch leading to this fix? If so, it will be great to talk

[PATCH] target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts

2023-06-20 Thread Nicholas Piggin
System call interrupts in ISA v3.1 CPUs add a LEV indication in SRR1 that corresponds with the LEV field of the instruction that caused the interrupt. Signed-off-by: Nicholas Piggin --- This is unchanged, just taken out of the bigger series since it is independent. Thanks, Nick target/ppc/excp