[PR #246] [CLOSED] Merge initial support for project "ArchitectXplore " #312

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/246
Author: @lutong-z
Created: 8/16/2023
Status: Closed

Base: masterHead: libqemu-dev


📝 Commits (1)

  • ae329bb [plugin] Add simpoint plugin for bbv and trace generation.

📊 Changes

8 files changed (+1096 additions, -1 deletions)

View changed files

📝 configure (+1 -0)
contrib/simpoint/Makefile (+41 -0)
contrib/simpoint/bbv.cc (+156 -0)
contrib/simpoint/include/qemu/qemu-plugin.h (+667 -0)
contrib/simpoint/trace.cc (+212 -0)
📝 linux-user/main.c (+5 -0)
📝 meson.build (+9 -1)
📝 softmmu/main.c (+5 -0)

📄 Description

[plugin] Add simpoint plugin for bbv and trace generation.
[library] Add compiling option to generate share library of system/user emulator


🔄 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/246 **Author:** [@lutong-z](https://github.com/lutong-z) **Created:** 8/16/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `libqemu-dev` --- ### 📝 Commits (1) - [`ae329bb`](https://github.com/qemu/qemu/commit/ae329bbca8e05784139fd47e653b887ee4cbd10d) [plugin] Add simpoint plugin for bbv and trace generation. ### 📊 Changes **8 files changed** (+1096 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `configure` (+1 -0) ➕ `contrib/simpoint/Makefile` (+41 -0) ➕ `contrib/simpoint/bbv.cc` (+156 -0) ➕ `contrib/simpoint/include/qemu/qemu-plugin.h` (+667 -0) ➕ `contrib/simpoint/trace.cc` (+212 -0) 📝 `linux-user/main.c` (+5 -0) 📝 `meson.build` (+9 -1) 📝 `softmmu/main.c` (+5 -0) </details> ### 📄 Description [plugin] Add simpoint plugin for bbv and trace generation. [library] Add compiling option to generate share library of system/user emulator --- <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:30:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#312