Re: [PATCH 18/20] target/riscv/cpu: move priv spec functions to tcg-cpu.c

2023-08-31 Thread Andrew Jones
On Fri, Aug 25, 2023 at 10:08:51AM -0300, Daniel Henrique Barboza wrote: > Priv spec validation is TCG specific. Move it to the TCG accel class. > > Signed-off-by: Daniel Henrique Barboza > --- > target/riscv/cpu.c | 39 -- > target/riscv/cpu.h

[PATCH 18/20] target/riscv/cpu: move priv spec functions to tcg-cpu.c

2023-08-25 Thread Daniel Henrique Barboza
Priv spec validation is TCG specific. Move it to the TCG accel class. Signed-off-by: Daniel Henrique Barboza --- target/riscv/cpu.c | 39 -- target/riscv/cpu.h | 2 -- target/riscv/tcg/tcg-cpu.c | 39 ++ 3 f