[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] target/riscv: add traces for exceptions
From: |
Daniel Henrique Barboza |
Subject: |
[PATCH 0/2] target/riscv: add traces for exceptions |
Date: |
Thu, 19 Dec 2024 14:46:55 -0300 |
Hi,
Let's add trace capabilities in riscv_raise_exception() to allow users
of qemu-riscv(32/64) to have a little more information when a SIGILL
occurs. This is done in patch 2.
Patch 1 is a "look and feel" patch that I figured was worth doing.
Daniel Henrique Barboza (2):
target/riscv: use RISCVException enum in exception helpers
target/riscv: add trace in riscv_raise_exception()
target/riscv/cpu.h | 3 ++-
target/riscv/op_helper.c | 9 ++++++++-
target/riscv/trace-events | 3 +++
target/riscv/translate.c | 2 +-
4 files changed, 14 insertions(+), 3 deletions(-)
--
2.47.1
- [PATCH 0/2] target/riscv: add traces for exceptions,
Daniel Henrique Barboza <=