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

2021-09-24 Thread Alistair Francis
On Tue, Sep 21, 2021 at 8:09 AM Philippe Mathieu-Daudé wrote: > > Restrict has_work() to TCG sysemu. > > Reviewed-by: Richard Henderson > Signed-off-by: Philippe Mathieu-Daudé Acked-by: Alistair Francis Alistair > --- > target/riscv/cpu.c | 8 +++- > 1 file changed, 3 insertions(+), 5

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

2021-09-20 Thread Philippe Mathieu-Daudé
Restrict has_work() to TCG sysemu. Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- target/riscv/cpu.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 13575c14085..abb555a8bdb 100644 ---