On Wed, Feb 15, 2023 at 3:26 AM Daniel Henrique Barboza <dbarb...@ventanamicro.com> wrote: > > The attribute is no longer used since we can retrieve all the enabled > features in the hart by using cpu->cfg instead. > > Remove env->feature, riscv_feature() and riscv_set_feature(). We also > need to bump vmstate_riscv_cpu version_id and minimal_version_id since > 'features' is no longer being migrated. > > Reviewed-by: Weiwei Li <liwei...@iscas.ac.cn> > Signed-off-by: Daniel Henrique Barboza <dbarb...@ventanamicro.com> > --- > target/riscv/cpu.h | 12 ------------ > target/riscv/machine.c | 5 ++--- > 2 files changed, 2 insertions(+), 15 deletions(-) >
Reviewed-by: Bin Meng <bm...@tinylab.org>