From: Bin Meng <bmeng.cn@gmail.com>
To: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Cc: qemu-devel@nongnu.org, qemu-riscv@nongnu.org,
alistair.francis@wdc.com, bmeng@tinylab.org,
liweiwei@iscas.ac.cn, zhiwei_liu@linux.alibaba.com
Subject: Re: [PATCH v2 07/11] target/riscv: remove RISCV_FEATURE_EPMP
Date: Wed, 15 Feb 2023 19:22:46 +0800 [thread overview]
Message-ID: <CAEUhbmUn04i2BccNB-o9Z-+tBu0aETTPtkCSGd1S0Q2+eqGXgA@mail.gmail.com> (raw)
In-Reply-To: <20230214192356.319991-8-dbarboza@ventanamicro.com>
On Wed, Feb 15, 2023 at 3:25 AM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> RISCV_FEATURE_EPMP is always set to the same value as the cpu->cfg.epmp
> flag. Use the flag directly.
>
> Reviewed-by: Weiwei Li <liweiwei@iscas.ac.cn>
> Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
> ---
> target/riscv/cpu.c | 10 +++-------
> target/riscv/cpu.h | 1 -
> target/riscv/csr.c | 2 +-
> target/riscv/pmp.c | 4 ++--
> 4 files changed, 6 insertions(+), 11 deletions(-)
>
Reviewed-by: Bin Meng <bmeng@tinylab.org>
next prev parent reply other threads:[~2023-02-15 11:24 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-14 19:23 [PATCH v2 00/11] enable write_misa() and RISCV_FEATURE_* cleanups Daniel Henrique Barboza
2023-02-14 19:23 ` [PATCH v2 01/11] target/riscv: do not mask unsupported QEMU extensions in write_misa() Daniel Henrique Barboza
2023-02-15 11:22 ` Bin Meng
2023-02-14 19:23 ` [PATCH v2 02/11] target/riscv: introduce riscv_cpu_cfg() Daniel Henrique Barboza
2023-02-15 11:22 ` Bin Meng
2023-02-14 19:23 ` [PATCH v2 03/11] target/riscv: allow users to actually write the MISA CSR Daniel Henrique Barboza
2023-02-15 8:45 ` Bin Meng
2023-02-14 19:23 ` [PATCH v2 04/11] target/riscv: remove RISCV_FEATURE_MISA Daniel Henrique Barboza
2023-02-14 19:23 ` [PATCH v2 05/11] target/riscv: remove RISCV_FEATURE_DEBUG Daniel Henrique Barboza
2023-02-15 11:22 ` Bin Meng
2023-02-14 19:23 ` [PATCH v2 06/11] target/riscv/cpu.c: error out if EPMP is enabled without PMP Daniel Henrique Barboza
2023-02-15 11:22 ` Bin Meng
2023-02-14 19:23 ` [PATCH v2 07/11] target/riscv: remove RISCV_FEATURE_EPMP Daniel Henrique Barboza
2023-02-15 11:22 ` Bin Meng [this message]
2023-02-14 19:23 ` [PATCH v2 08/11] target/riscv: remove RISCV_FEATURE_PMP Daniel Henrique Barboza
2023-02-15 11:22 ` Bin Meng
2023-02-14 19:23 ` [PATCH v2 09/11] hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus() Daniel Henrique Barboza
2023-02-15 11:22 ` Bin Meng
2023-02-14 19:23 ` [PATCH v2 10/11] target/riscv: remove RISCV_FEATURE_MMU Daniel Henrique Barboza
2023-02-15 11:22 ` Bin Meng
2023-02-14 19:23 ` [PATCH v2 11/11] target/riscv/cpu: remove CPUArchState::features and friends Daniel Henrique Barboza
2023-02-15 11:22 ` Bin Meng
2023-02-15 13:45 ` [PATCH v2 00/11] enable write_misa() and RISCV_FEATURE_* cleanups Andrew Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAEUhbmUn04i2BccNB-o9Z-+tBu0aETTPtkCSGd1S0Q2+eqGXgA@mail.gmail.com \
--to=bmeng.cn@gmail.com \
--cc=alistair.francis@wdc.com \
--cc=bmeng@tinylab.org \
--cc=dbarboza@ventanamicro.com \
--cc=liweiwei@iscas.ac.cn \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=zhiwei_liu@linux.alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).