Re: [PATCH v6 2/5] target/riscv: Remove misa_mxl validation

2023-11-22 Thread Alistair Francis
On Mon, Oct 30, 2023 at 3:50 PM Akihiko Odaki wrote: > > It is initialized with a simple assignment and there is little room for > error. In fact, the validation is even more complex. > > Signed-off-by: Akihiko Odaki > Acked-by: LIU Zhiwei > Reviewed-by: Daniel Henrique Barboza Acked-by: Alist

[PATCH v6 2/5] target/riscv: Remove misa_mxl validation

2023-10-29 Thread Akihiko Odaki
It is initialized with a simple assignment and there is little room for error. In fact, the validation is even more complex. Signed-off-by: Akihiko Odaki Acked-by: LIU Zhiwei Reviewed-by: Daniel Henrique Barboza --- target/riscv/tcg/tcg-cpu.c | 13 ++--- 1 file changed, 2 insertions(+)