qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Smstateen FCSR
@ 2023-05-01 14:00 Mayuresh Chitale
  2023-05-01 14:00 ` [PATCH v4 1/3] target/riscv: smstateen check for fcsr Mayuresh Chitale
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mayuresh Chitale @ 2023-05-01 14:00 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv, alistair.francis
  Cc: Mayuresh Chitale, Alistair Francis, Daniel Barboza, liweiwei,
	Richard Henderson

Patch 4 and 5 of the smstateen series need to be re-submitted with
changes described in the email below.
https://lists.nongnu.org/archive/html/qemu-riscv/2022-11/msg00155.html
Hence splitting the patch 4 of the original series into three and
re-submitting along with the original patch 5.

Changes in v4:
- Drop patch 3 
- Add reviewed-by tag

Changes in v3:
- Reuse TB_FLAGS.FS (instead of TB_FLAGS.HS_FS) for smstateen as HS_FS bits been removed.
- Remove fcsr check for zfh and zfhmin

Changes in v2:
 - Improve patch 1 description
 - Reuse TB_FLAGS.HS_FS for smstateen
 - Convert smstateen_fcsr_check to function
 - Add fcsr check for zdinx

Mayuresh Chitale (3):
  target/riscv: smstateen check for fcsr
  target/riscv: Reuse tb->flags.FS
  target/riscv: smstateen knobs

 target/riscv/cpu.c                      |  3 ++-
 target/riscv/cpu_helper.c               |  6 ++++++
 target/riscv/csr.c                      | 15 +++++++++++++++
 target/riscv/insn_trans/trans_rvf.c.inc |  7 ++++---
 4 files changed, 27 insertions(+), 4 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-05-18  4:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-01 14:00 [PATCH v4 0/3] Smstateen FCSR Mayuresh Chitale
2023-05-01 14:00 ` [PATCH v4 1/3] target/riscv: smstateen check for fcsr Mayuresh Chitale
2023-05-17  3:11   ` Alistair Francis
2023-05-18  2:48     ` Mayuresh Chitale
2023-05-18  4:48       ` Alistair Francis
2023-05-01 14:00 ` [PATCH v4 2/3] target/riscv: Reuse tb->flags.FS Mayuresh Chitale
2023-05-01 16:33   ` Richard Henderson
2023-05-01 14:00 ` [PATCH v4 3/3] target/riscv: smstateen knobs Mayuresh Chitale

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