target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts
commiteb701f30120d899bdaa202c3cbd9219055fccae0
authorNicholas Piggin <npiggin@gmail.com>
Tue, 20 Jun 2023 13:13:21 +0000 (20 23:13 +1000)
committerCédric Le Goater <clg@kaod.org>
Sun, 25 Jun 2023 20:41:30 +0000 (25 22:41 +0200)
tree57b1b129bc8ee54ced2634a204ae817d6157e5b6
parenta3c020d85ea721fc2a57b28f305a532b2c388f7c
target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts

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 <npiggin@gmail.com>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/excp_helper.c