qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v9 10/19] target/riscv/tcg: add user flag for profile support


From: Andrew Jones
Subject: Re: [PATCH v9 10/19] target/riscv/tcg: add user flag for profile support
Date: Fri, 3 Nov 2023 09:41:39 +0100

On Thu, Nov 02, 2023 at 07:44:36PM -0300, Daniel Henrique Barboza wrote:
...
> +        if (profile->enabled) {
> +            /*
> +             * Note: the 'priv_spec' command line option, if present,
> +             * will take precedence over this priv_ver bump.
> +             */
> +            cpu_validate_multi_ext_priv_ver(&cpu->env, ext_offset);
> +        }

If we moved the comment into cpu_validate_multi_ext_priv_ver() we wouldn't
need it's third occurrence to be added here.

Thanks,
drew



reply via email to

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