Re: [PATCH v5 10/31] target/arm: Restrict has_work() handler to sysemu and TCG

2021-09-20 Thread Richard Henderson
On 9/20/21 2:44 PM, Philippe Mathieu-Daudé wrote: Restrict has_work() to TCG sysemu. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/cpu.c | 7 +-- target/arm/cpu_tcg.c | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH v5 10/31] target/arm: Restrict has_work() handler to sysemu and TCG

2021-09-20 Thread Philippe Mathieu-Daudé
Restrict has_work() to TCG sysemu. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/cpu.c | 7 +-- target/arm/cpu_tcg.c | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index ba0741b20e4..e11aa625a5f 100644 ---