On Fri, Apr 24, 2026 at 4:18 PM Peter Maydell <peter.maydell@linaro.org>
wrote:
> On Fri, 24 Apr 2026 at 05:30, <frank.chang@sifive.com> wrote:
> >
> > From: Frank Chang <frank.chang@sifive.com>
> >
> > Add the implied rules for G and B extensions to enable the implied
> > extensions.
> >
> > Changelog:
> > v3: Keep riscv_cpu_validate_g() and riscv_cpu_validate_b() but remove
> > the auto-enables as the implied extensions can be enabled by the
> > implied rules.
> >
> > v2: Remove riscv_cpu_validate_g() and riscv_cpu_validate_b() as the
> > implied extensions can be enabled by the implied rules.
> >
> > Frank Chang (1):
> > target/riscv: Add standard B extension implied rule
> >
> > Jim Shu (1):
> > target/riscv: Add the implied rule for G extension
>
> Reminder to riscv folks -- please put "target/riscv" or
> similar in the subject of your cover letter, so that people
> who aren't interested in riscv patches can skip over it
> rather than wondering which of the many possible areas
> of QEMU "G and B extensions" might be talking about...
>
> thanks
> -- PMM
>
Agh, sorry for missing that.
I read the mail after sending out another patchset:
https://lore.kernel.org/qemu-devel/20260424102800.24022-1-frank.chang@sifive.com/
I will fix it in the later patchsets.
Sorry for the disturbance
Regard,
Frank Chang