All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] target/riscv: add zicsr/zifencei to isa_string
@ 2022-05-18 12:46 Hongren (Zenithal) Zheng
  2022-05-19 13:46 ` Jiatai He
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Hongren (Zenithal) Zheng @ 2022-05-18 12:46 UTC (permalink / raw)
  To: Palmer Dabbelt, Alistair Francis, Bin Meng
  Cc: qemu-riscv, qemu-devel, Weiwei Li

Zicsr/Zifencei is not in 'I' since ISA version 20190608,
thus to fully express the capability of the CPU,
they should be exposed in isa_string.

Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
---
 target/riscv/cpu.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c
index 6d01569cad..61fa9b97a4 100644
--- a/target/riscv/cpu.c
+++ b/target/riscv/cpu.c
@@ -1027,6 +1027,8 @@ static void riscv_isa_string_ext(RISCVCPU *cpu, char **isa_str, int max_str_len)
      *    extensions by an underscore.
      */
     struct isa_ext_data isa_edata_arr[] = {
+        ISA_EDATA_ENTRY(zicsr, ext_icsr),
+        ISA_EDATA_ENTRY(zifencei, ext_ifencei),
         ISA_EDATA_ENTRY(zfh, ext_zfh),
         ISA_EDATA_ENTRY(zfhmin, ext_zfhmin),
         ISA_EDATA_ENTRY(zfinx, ext_zfinx),
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-23 23:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 12:46 [PATCH] target/riscv: add zicsr/zifencei to isa_string Hongren (Zenithal) Zheng
2022-05-19 13:46 ` Jiatai He
2022-05-22 23:22 ` Alistair Francis
2022-05-23 16:51   ` Hongren (Zenithal) Zheng
2022-05-23 22:00     ` Alistair Francis
2022-05-23 23:48 ` Alistair Francis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.