On Wed, Sep 06, 2023 at 06:16:41AM -0300, Daniel Henrique Barboza wrote: > We'll move riscv_init_max_cpu_extensions() to tcg-cpu.c in the next > patch and set_misa() needs to be usable from there. > > Rename it to riscv_cpu_set_misa() and make it public. > > Signed-off-by: Daniel Henrique Barboza <dbarb...@ventanamicro.com> > --- > target/riscv/cpu.c | 34 ++++++++++++++++++---------------- > target/riscv/cpu.h | 1 + > 2 files changed, 19 insertions(+), 16 deletions(-) >
Reviewed-by: Andrew Jones <ajo...@ventanamicro.com>