Re: [PATCH v3 24/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7

2022-10-14 Thread Fabiano Rosas
Matheus Ferst writes: > Move the interrupt masking logic out of cpu_has_work_POWER7 in a new > method, p7_interrupt_powersave, that only returns an interrupt if it can > wake the processor from power-saving mode. > > Signed-off-by: Matheus Ferst Reviewed-by: Fabiano Rosas

[PATCH v3 24/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7

2022-10-11 Thread Matheus Ferst
Move the interrupt masking logic out of cpu_has_work_POWER7 in a new method, p7_interrupt_powersave, that only returns an interrupt if it can wake the processor from power-saving mode. Signed-off-by: Matheus Ferst --- target/ppc/cpu_init.c | 45 --- 1 file