[PR #310] [CLOSED] Claude/qemu tcg investigation 01 t ey7 xyb6a4mp e4 megv mi tk #423

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/310
Author: @wutieyang
Created: 11/22/2025
Status: Closed

Base: masterHead: claude/qemu-tcg-investigation-01TEy7Xyb6a4mpE4MegvMiTk


📝 Commits (3)

  • 8c20701 Add multi-platform CMake workflow
  • b78033e target/tricore: Add interrupt handling and TC39x SoC support for FreeRTOS
  • 705a43e gitignore: Add build-test directory

📊 Changes

12 files changed (+1542 additions, -2 deletions)

View changed files

.github/workflows/cmake-multi-platform.yml (+75 -0)
📝 .gitignore (+1 -0)
📝 hw/tricore/Kconfig (+11 -0)
📝 hw/tricore/meson.build (+3 -0)
hw/tricore/tc39x_soc.c (+317 -0)
hw/tricore/tc_ir.c (+252 -0)
hw/tricore/tc_stm.c (+344 -0)
include/hw/tricore/tc39x_soc.h (+147 -0)
include/hw/tricore/tc_ir.h (+82 -0)
include/hw/tricore/tc_stm.h (+109 -0)
📝 target/tricore/cpu.c (+181 -2)
📝 target/tricore/cpu.h (+20 -0)

📄 Description

Wait for another version


🔄 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/310 **Author:** [@wutieyang](https://github.com/wutieyang) **Created:** 11/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `claude/qemu-tcg-investigation-01TEy7Xyb6a4mpE4MegvMiTk` --- ### 📝 Commits (3) - [`8c20701`](https://github.com/qemu/qemu/commit/8c20701c1287c4734c0b958cab8fb1a215e6e6fe) Add multi-platform CMake workflow - [`b78033e`](https://github.com/qemu/qemu/commit/b78033e3b6675dbb5cd66dd50aec28fe8b6a7385) target/tricore: Add interrupt handling and TC39x SoC support for FreeRTOS - [`705a43e`](https://github.com/qemu/qemu/commit/705a43e87d60b273112a8f8d8187d6f048297345) gitignore: Add build-test directory ### 📊 Changes **12 files changed** (+1542 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/cmake-multi-platform.yml` (+75 -0) 📝 `.gitignore` (+1 -0) 📝 `hw/tricore/Kconfig` (+11 -0) 📝 `hw/tricore/meson.build` (+3 -0) ➕ `hw/tricore/tc39x_soc.c` (+317 -0) ➕ `hw/tricore/tc_ir.c` (+252 -0) ➕ `hw/tricore/tc_stm.c` (+344 -0) ➕ `include/hw/tricore/tc39x_soc.h` (+147 -0) ➕ `include/hw/tricore/tc_ir.h` (+82 -0) ➕ `include/hw/tricore/tc_stm.h` (+109 -0) 📝 `target/tricore/cpu.c` (+181 -2) 📝 `target/tricore/cpu.h` (+20 -0) </details> ### 📄 Description Wait for another version --- <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#423