Re: [PATCH 04/20] target/riscv: move riscv_tcg_ops to tcg-cpu.c
On Fri, Aug 25, 2023 at 10:08:37AM -0300, Daniel Henrique Barboza wrote: > Move the remaining of riscv_tcg_ops now that we have a working realize() > implementation. > > Signed-off-by: Daniel Henrique Barboza > --- > target/riscv/cpu.c | 58 - > target
Re: [PATCH 04/20] target/riscv: move riscv_tcg_ops to tcg-cpu.c
On 25/8/23 15:08, Daniel Henrique Barboza wrote: Move the remaining of riscv_tcg_ops now that we have a working realize() implementation. Signed-off-by: Daniel Henrique Barboza --- target/riscv/cpu.c | 58 - target/riscv/cpu.h | 4 --- ta