Re: [PATCH 20/28] target/riscv: Move has_work() from CPUClass to SysemuCPUOps

2025-01-24 Thread Philippe Mathieu-Daudé
On 24/1/25 18:17, Richard Henderson wrote: On 1/21/25 06:23, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé ---   target/riscv/cpu.h   | 9 +   target/riscv/internals.h | 3 ---   target/riscv/cpu.c   | 8 +++-   3 files changed, 8 insertions(+), 12 deletio

Re: [PATCH 20/28] target/riscv: Move has_work() from CPUClass to SysemuCPUOps

2025-01-24 Thread Richard Henderson
On 1/21/25 06:23, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- target/riscv/cpu.h | 9 + target/riscv/internals.h | 3 --- target/riscv/cpu.c | 8 +++- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/target/riscv/cpu.h b/tar

[PATCH 20/28] target/riscv: Move has_work() from CPUClass to SysemuCPUOps

2025-01-21 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- target/riscv/cpu.h | 9 + target/riscv/internals.h | 3 --- target/riscv/cpu.c | 8 +++- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/target/riscv/cpu.h b/target/riscv/cpu.h index 97713681cbe..32e8e064f36 100644