Re: [PATCH v3 22/30] target/ppc: Simplify has_work() handlers

2021-09-03 Thread Richard Henderson
On 9/2/21 6:15 PM, Philippe Mathieu-Daudé wrote: The common ppc_cpu_has_work() handler already checks for cs->halted, so we can simplify all callees. Signed-off-by: Philippe Mathieu-Daudé --- target/ppc/cpu_init.c | 294 -- 1 file changed, 138 insertion

[PATCH v3 22/30] target/ppc: Simplify has_work() handlers

2021-09-02 Thread Philippe Mathieu-Daudé
The common ppc_cpu_has_work() handler already checks for cs->halted, so we can simplify all callees. Signed-off-by: Philippe Mathieu-Daudé --- target/ppc/cpu_init.c | 294 -- 1 file changed, 138 insertions(+), 156 deletions(-) diff --git a/target/ppc/cpu_