On Wed, Feb 15, 2023 at 3:26 AM Daniel Henrique Barboza <dbarb...@ventanamicro.com> wrote: > > The masking done using env->misa_ext_mask already filters any extension > that QEMU doesn't support. If the hart supports the extension then QEMU > supports it as well. > > If the masking done by env->misa_ext_mask is somehow letting unsupported > QEMU extensions pass by, misa_ext_mask itself needs to be fixed instead. > > Reviewed-by: Weiwei Li <liwei...@iscas.ac.cn> > Signed-off-by: Daniel Henrique Barboza <dbarb...@ventanamicro.com> > --- > target/riscv/csr.c | 3 --- > 1 file changed, 3 deletions(-) >
Reviewed-by: Bin Meng <bm...@tinylab.org>