Re: [PATCH] target/ppc: restore powerpc_excp_booke doorbell interrupts

2022-09-27 Thread Fabiano Rosas
Nicholas Piggin writes: > This partially reverts commit 9dc20cc37db9 ("target/ppc: Simplify > powerpc_excp_booke"), which removed DOORI and DOORCI interrupts. > Without this patch, a -cpu e5500 -smp 2 machine booting Linux > crashes with: > > qemu: fatal: Invalid PowerPC exception 36. Aborting

Re: [PATCH] target/ppc: restore powerpc_excp_booke doorbell interrupts

2022-09-26 Thread Daniel Henrique Barboza
Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks, Daniel On 9/24/22 08:44, Nicholas Piggin wrote: This partially reverts commit 9dc20cc37db9 ("target/ppc: Simplify powerpc_excp_booke"), which removed DOORI and DOORCI interrupts. Without this patch, a -cpu e5500 -smp 2 machine booting L

Re: [PATCH] target/ppc: restore powerpc_excp_booke doorbell interrupts

2022-09-24 Thread Cédric Le Goater
On 9/24/22 13:44, Nicholas Piggin wrote: This partially reverts commit 9dc20cc37db9 ("target/ppc: Simplify powerpc_excp_booke"), which removed DOORI and DOORCI interrupts. Without this patch, a -cpu e5500 -smp 2 machine booting Linux crashes with: qemu: fatal: Invalid PowerPC exception 36. Ab

[PATCH] target/ppc: restore powerpc_excp_booke doorbell interrupts

2022-09-24 Thread Nicholas Piggin
This partially reverts commit 9dc20cc37db9 ("target/ppc: Simplify powerpc_excp_booke"), which removed DOORI and DOORCI interrupts. Without this patch, a -cpu e5500 -smp 2 machine booting Linux crashes with: qemu: fatal: Invalid PowerPC exception 36. Aborting Signed-off-by: Nicholas Piggin ---