On Thu, 2 Feb 2023 at 13:42, Lawrence Hunter <[email protected]> wrote: > > From: Nazar Kazakov <[email protected]> > > Signed-off-by: Nazar Kazakov <[email protected]>
You might want to squash this onto the patch that first introduces the property. Reviewed-by: Philipp Tomsich <[email protected]> > --- > target/riscv/cpu.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c > index bd34119c75..35790befc0 100644 > --- a/target/riscv/cpu.c > +++ b/target/riscv/cpu.c > @@ -1082,6 +1082,8 @@ static Property riscv_cpu_extensions[] = { > > DEFINE_PROP_BOOL("zmmul", RISCVCPU, cfg.ext_zmmul, false), > > + DEFINE_PROP_BOOL("zvkb", RISCVCPU, cfg.ext_zvkb, false), > + > /* Vendor-specific custom extensions */ > DEFINE_PROP_BOOL("xventanacondops", RISCVCPU, cfg.ext_XVentanaCondOps, > false), > > -- > 2.39.1 >
