qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvh


From: Frank Chang
Subject: Re: [PATCH] target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvh
Date: Sat, 20 Feb 2021 13:14:09 +0800

On Sat, Feb 20, 2021 at 12:12 AM Richard Henderson <richard.henderson@linaro.org> wrote:
On 2/19/21 1:59 AM, frank.chang@sifive.com wrote:
> +/* Skip mem_idx bits */
> +FIELD(TB_FLAGS, VL_EQ_VLMAX, 3, 1)

Why not just add the mem_idx field to the list?

The separation between the FIELDs and TB_FLAG_*_MASK is unfortunate, and will
be a continuing source of errors.


Sure, I will edit it and send out the next version patch.

Thanks,
Frank Chang
 

r~

reply via email to

[Prev in Thread] Current Thread [Next in Thread]