Re: [PATCH v3 21/29] target/ppc: create an interrupt deliver method for POWER7

2022-10-14 Thread Fabiano Rosas
Matheus Ferst writes: > The new method is identical to ppc_deliver_interrupt, processor-specific > code will be added/removed in the following patches. > > Signed-off-by: Matheus Ferst Reviewed-by: Fabiano Rosas

[PATCH v3 21/29] target/ppc: create an interrupt deliver method for POWER7

2022-10-11 Thread Matheus Ferst
The new method is identical to ppc_deliver_interrupt, processor-specific code will be added/removed in the following patches. Signed-off-by: Matheus Ferst --- target/ppc/excp_helper.c | 113 +++ 1 file changed, 113 insertions(+) diff --git a/target/ppc/excp_h