On Wed, Mar 04, 2026 at 09:40:05PM +0800, Max Chou wrote:
> Reviewed-by: Chao Liu <[email protected]>
> Signed-off-by: Max Chou <[email protected]>
same "properity" -> "property" typo in subject.

Thanks,
Chao
> ---
>  target/riscv/cpu.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c
> index 3e655ab43d..8966beed38 100644
> --- a/target/riscv/cpu.c
> +++ b/target/riscv/cpu.c
> @@ -1385,6 +1385,8 @@ const RISCVCPUMultiExtConfig 
> riscv_cpu_experimental_exts[] = {
>  
>      /* Zvfofp8min extension for OFP8 conversion */
>      MULTI_EXT_CFG_BOOL("x-zvfofp8min", ext_zvfofp8min, false),
> +    /* Zvfofp4min extension for OFP4 conversion */
> +    MULTI_EXT_CFG_BOOL("x-zvfofp4min", ext_zvfofp4min, false),
>  
>      { },
>  };
> -- 
> 2.52.0
> 

Reply via email to