Re: [PATCH 06/10] target/riscv: Move cpu_get_tb_cpu_state to tcg-cpu.c

2025-04-29 Thread Richard Henderson
On 4/28/25 23:39, Philippe Mathieu-Daudé wrote: On 28/4/25 22:10, Richard Henderson wrote: This function is only relevant to tcg. Move it to a tcg-specific file. Signed-off-by: Richard Henderson ---   target/riscv/cpu_helper.c  | 97 -   target/riscv/tcg/tcg-

Re: [PATCH 06/10] target/riscv: Move cpu_get_tb_cpu_state to tcg-cpu.c

2025-04-28 Thread Philippe Mathieu-Daudé
On 28/4/25 22:10, Richard Henderson wrote: This function is only relevant to tcg. Move it to a tcg-specific file. Signed-off-by: Richard Henderson --- target/riscv/cpu_helper.c | 97 - target/riscv/tcg/tcg-cpu.c | 98 ++

Re: [PATCH 06/10] target/riscv: Move cpu_get_tb_cpu_state to tcg-cpu.c

2025-04-28 Thread Pierrick Bouvier
On 4/28/25 1:10 PM, Richard Henderson wrote: This function is only relevant to tcg. Move it to a tcg-specific file. Signed-off-by: Richard Henderson --- target/riscv/cpu_helper.c | 97 - target/riscv/tcg/tcg-cpu.c | 98

[PATCH 06/10] target/riscv: Move cpu_get_tb_cpu_state to tcg-cpu.c

2025-04-28 Thread Richard Henderson
This function is only relevant to tcg. Move it to a tcg-specific file. Signed-off-by: Richard Henderson --- target/riscv/cpu_helper.c | 97 - target/riscv/tcg/tcg-cpu.c | 98 ++ 2 files changed, 98 insertions(+), 97 deletio