sorry for that, i will try again with git.sr.th.
-- 原始邮件 --
发件人: "Alistair Francis";
发件时间: 2022-12-28 13:46
收件人: "Elta"<503386...@qq.com>;
收件人:
"qemu-devel";"palmer";"alistair.francis";"bin.meng"
On Fri, Dec 16, 2022 at 1:10 AM Elta <503386...@qq.com> wrote:
>
> Should be cpu->cfg.elen in range [8, 64].
>
> Signed-off-by: Dongxue Zhang
Thanks for the patch!
I'm seeing weird formatting issues though, it looks like the encoding
is incorrect.
Did you use `git send-email` to send the patch?
Reviewed-by: Frank Chang
On Thu, Dec 15, 2022 at 11:09 PM Elta <503386...@qq.com> wrote:
> Should be cpu->cfg.elen in range [8, 64].
>
> Signed-off-by: Dongxue Zhang
> ---
> target/riscv/cpu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target/riscv/cpu.c b/target/
On 2022/12/15 16:46, Elta wrote:
Should be cpu->cfg.elen in range [8, 64].
Signed-off-by: Dongxue Zhang
---
target/riscv/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c
index d14e95c9dc..1e8032c969 100644
--- a/target/riscv/cp
Should be cpu->cfg.elen in range [8, 64].
Signed-off-by: Dongxue Zhang