aboutsummaryrefslogtreecommitdiff
path: root/c_emulator/riscv_callbacks_log.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Add --trace-tlb trace flag for TLB tracing (#1652)Nadime Barhoumi1-0/+94
2026-03-27Add the Svade and Svadu extensions. (#1599)Prashanth Mundkur1-2/+2
2026-03-15Split --trace-reg into separate GPR and CSR trace flags (#1609)KotorinMinami1-7/+13
2026-03-12Fix and simplify log output for hex values (#1608)Tim Hutt1-20/+10
2026-03-10Gate ptw_fail_callback on config_print_ptw flag (#1601)Nadime Barhoumi1-2/+1
2026-02-08Make `config` settings non-global (#1535)2026-02-09-de7c9e8Tim Hutt1-1/+0
2026-01-14Rename the `ext_access_type` type to `mem_payload`. (#1479)Prashanth Mundkur1-1/+1
2025-12-27Fix compiler warnings on macOS and enable more warnings. (#1443)Prashanth Mundkur1-3/+15
2025-12-22Improved clang-format style (#1396)Tim Hutt1-76/+72
2025-12-10Add callbacks and logging for page table walks (#1370)Ariel Xiong1-1/+57
2025-12-05Use C++ Sail output (#1274)Tim Hutt1-17/+22
2025-11-07Provide default callback implementations (#1372)Ariel Xiong1-23/+0
2025-10-28Add more state change callbacks (#1354)Tim Hutt1-2/+19
2025-09-05Fix Clang warnings: format strings and a variable-length array. (#1258)Prashanth Mundkur1-1/+1
2025-08-07Support for the E base architecture (#646)Nathaniel Wesley Filardo1-2/+2
2025-07-31Decouple callbacks impl from model by introducing callback interface (#1146)Mingzhu Yan1-0/+109