qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] target/riscv: throw debug exception before page fault
@ 2025-01-21 17:06 Daniel Henrique Barboza
  2025-01-21 17:06 ` [PATCH v3 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs Daniel Henrique Barboza
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Daniel Henrique Barboza @ 2025-01-21 17:06 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-riscv, alistair.francis, bmeng, liwei1518, zhiwei_liu,
	palmer, richard.henderson, Daniel Henrique Barboza

Hi,

In this new version, in patch 2,  we're using the address 'size' val from
riscv_cpu_tlb_fill() instead of infering it from the CPU XLEN.

No other changes made. Patches based on master.

Changes from v2:
- patch 2:
  - use 'size' instead of infering wp_len using the CPU XLEN
- v2 link: https://lore.kernel.org/qemu-riscv/20250120204910.1317013-1-dbarboza@ventanamicro.com/

Daniel Henrique Barboza (2):
  target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
  target/riscv: throw debug exception before page fault

 target/riscv/cpu_helper.c | 18 ++++++++++++++++++
 target/riscv/debug.c      |  6 ++++--
 2 files changed, 22 insertions(+), 2 deletions(-)

-- 
2.47.1



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

end of thread, other threads:[~2025-03-06  7:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21 17:06 [PATCH v3 0/2] target/riscv: throw debug exception before page fault Daniel Henrique Barboza
2025-01-21 17:06 ` [PATCH v3 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs Daniel Henrique Barboza
2025-01-21 18:22   ` Philippe Mathieu-Daudé
2025-01-29  1:40   ` Alistair Francis
2025-01-21 17:06 ` [PATCH v3 2/2] target/riscv: throw debug exception before page fault Daniel Henrique Barboza
2025-01-21 23:13   ` Richard Henderson
2025-01-29  1:46   ` Alistair Francis
2025-01-29  1:48 ` [PATCH v3 0/2] " Alistair Francis
2025-03-06  6:33 ` Michael Tokarev
2025-03-06  7:44   ` 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).