qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] target/riscv: misa to ISA string conversion fix
@ 2022-03-28 13:11 Tsukasa OI
  2022-03-28 13:11 ` [PATCH v2 1/1] " Tsukasa OI
  0 siblings, 1 reply; 7+ messages in thread
From: Tsukasa OI @ 2022-03-28 13:11 UTC (permalink / raw)
  To: Tsukasa OI, Alistair Francis, Frank Chang; +Cc: qemu-riscv, qemu-devel

[v1] https://lists.gnu.org/archive/html/qemu-devel/2022-03/msg06350.html

S and U are misa bits but not extensions (instead, they are supported
privilege modes).  Thus, they should not be copied to the ISA string.

[CHANGES: v1 -> v2]

I also removed almost all reserved/dropped single-letter "extensions"
from the list.

-   "B": Not going to be a single-letter extension (misa.B is reserved).
-   "J": Not going to be a single-letter extension (misa.J is reserved).
-   "K": Not going to be a single-letter extension (misa.K is reserved).
-   "L": Dropped.
-   "N": Dropped.
-   "T": Dropped.

Signed-off-by: Tsukasa OI <research_trasio@irq.a4lg.com>




Tsukasa OI (1):
  target/riscv: misa to ISA string conversion fix

 target/riscv/cpu.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


base-commit: 3d31fe4d662f13c70eb7e87f29513623ccd76322
-- 
2.32.0



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

end of thread, other threads:[~2022-03-30  7:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-28 13:11 [PATCH v2 0/1] target/riscv: misa to ISA string conversion fix Tsukasa OI
2022-03-28 13:11 ` [PATCH v2 1/1] " Tsukasa OI
2022-03-29 16:29   ` Frédéric Pétrot
2022-03-30  2:08     ` Tsukasa OI
2022-03-30  6:44       ` Frédéric Pétrot
2022-03-30  5:26   ` Alistair Francis
2022-03-30  7:49   ` Alistair Francis

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).