[PR #308] [CLOSED] Feature/difftest #424

Open
opened 2026-01-31 21:31:13 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/308
Author: @M4idCat
Created: 11/18/2025
Status: Closed

Base: masterHead: feature/difftest


📝 Commits (3)

  • f547986 feat: add lk_trace fundamental structure
  • 527b4a1 feat: complete lk_trace fundamental
  • faeb663 feat: complete lk_trace fundamental function

📊 Changes

9 files changed (+557 additions, -4 deletions)

View changed files

📝 include/qemu/log.h (+46 -1)
📝 target/riscv/cpu.h (+2 -0)
📝 target/riscv/cpu_helper.c (+25 -1)
📝 target/riscv/machine.c (+2 -0)
📝 target/riscv/meson.build (+2 -1)
📝 target/riscv/op_helper.c (+24 -1)
target/riscv/syscall_trace.c (+218 -0)
target/riscv/syscall_trace.h (+40 -0)
📝 util/log.c (+198 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/308 **Author:** [@M4idCat](https://github.com/M4idCat) **Created:** 11/18/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/difftest` --- ### 📝 Commits (3) - [`f547986`](https://github.com/qemu/qemu/commit/f547986fe578562474d35ff18ae0365671db4f59) feat: add lk_trace fundamental structure - [`527b4a1`](https://github.com/qemu/qemu/commit/527b4a192616c75b31171255d6a793c309d29a10) feat: complete lk_trace fundamental - [`faeb663`](https://github.com/qemu/qemu/commit/faeb663a839a1316dd1f165127eda4a23ac6e973) feat: complete lk_trace fundamental function ### 📊 Changes **9 files changed** (+557 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `include/qemu/log.h` (+46 -1) 📝 `target/riscv/cpu.h` (+2 -0) 📝 `target/riscv/cpu_helper.c` (+25 -1) 📝 `target/riscv/machine.c` (+2 -0) 📝 `target/riscv/meson.build` (+2 -1) 📝 `target/riscv/op_helper.c` (+24 -1) ➕ `target/riscv/syscall_trace.c` (+218 -0) ➕ `target/riscv/syscall_trace.h` (+40 -0) 📝 `util/log.c` (+198 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:31:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#424