qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v4 4/4] target/riscv: Force disable extensions if priv spec v


From: Anup Patel
Subject: Re: [PATCH v4 4/4] target/riscv: Force disable extensions if priv spec version does not match
Date: Thu, 9 Jun 2022 08:46:28 +0530

On Wed, Jun 8, 2022 at 10:23 PM Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> On 6/8/22 09:14, Anup Patel wrote:
> > +    struct isa_ext_data isa_edata_arr[] = {
>
> static const?

Using const is fine but we can't use "static const" because
the "struct isa_ext_data" has a pointer to ext_xyz which
is different for each CPU.

Regards,
Anup

>
>
> r~



reply via email to

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