Re: [PATCH v3 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
Matheus Ferst writes: > Split ppc_hw_interrupt into an interrupt masking method, > ppc_next_unmasked_interrupt, and an interrupt processing method, > ppc_deliver_interrupt. > > Signed-off-by: Matheus Ferst Reviewed-by: Fabiano Rosas
[PATCH v3 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
Split ppc_hw_interrupt into an interrupt masking method, ppc_next_unmasked_interrupt, and an interrupt processing method, ppc_deliver_interrupt. Signed-off-by: Matheus Ferst --- target/ppc/excp_helper.c | 207 +-- 1 file changed, 131 insertions(+), 76 deletion