Re: [PATCH-for-9.1 19/27] target/riscv: Convert to TCGCPUOps::get_cpu_state()

2024-03-19 Thread Daniel Henrique Barboza
On 3/19/24 12:42, Philippe Mathieu-Daudé wrote: Convert cpu_get_tb_cpu_state() to TCGCPUOps::get_cpu_state(). Note, now riscv_get_cpu_state() is restricted to TCG, and is declared with static scope. Signed-off-by: Philippe Mathieu-Daudé --- Reviewed-by: Daniel Henrique Barboza targe

[PATCH-for-9.1 19/27] target/riscv: Convert to TCGCPUOps::get_cpu_state()

2024-03-19 Thread Philippe Mathieu-Daudé
Convert cpu_get_tb_cpu_state() to TCGCPUOps::get_cpu_state(). Note, now riscv_get_cpu_state() is restricted to TCG, and is declared with static scope. Signed-off-by: Philippe Mathieu-Daudé --- target/riscv/cpu.h | 3 - target/riscv/cpu.c | 2 +- targe