[PR #276] [CLOSED] Fixup build #369

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/276
Author: @lacraig2
Created: 12/13/2024
Status: ❌ Closed

Base: master ← Head: fixup_build


📝 Commits (10+)

📊 Changes

91 files changed (+22214 additions, -2 deletions)

View changed files

📝 Makefile (+6 -0)
➕ build.sh (+6 -0)
📝 configure (+1 -0)
📝 contrib/plugins/meson.build (+2 -1)
➕ contrib/plugins/panda_plugin_interface.c (+154 -0)
➕ include/panda/callbacks/cb-defs.h (+2049 -0)
➕ include/panda/callbacks/cb-helper-defs.h (+19 -0)
➕ include/panda/callbacks/cb-helper-impl.h (+42 -0)
➕ include/panda/callbacks/cb-macros.h (+160 -0)
➕ include/panda/callbacks/cb-support.h (+142 -0)
➕ include/panda/callbacks/cb-trampolines.h (+84 -0)
➕ include/panda/cheaders.h (+41 -0)
➕ include/panda/checkpoint.h (+65 -0)
➕ include/panda/common.h (+616 -0)
➕ include/panda/debug.h (+124 -0)
➕ include/panda/helper_runtime.h (+94 -0)
➕ include/panda/network.h (+21 -0)
➕ include/panda/panda_api.h (+464 -0)
➕ include/panda/panda_qemu_plugin_helpers.h (+4 -0)
➕ include/panda/plugin.h (+757 -0)

...and 71 more files

📄 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/276 **Author:** [@lacraig2](https://github.com/lacraig2) **Created:** 12/13/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fixup_build` --- ### 📝 Commits (10+) - [`3666a77`](https://github.com/qemu/qemu/commit/3666a775b382cf1b0c7c88fcab8d3bd7b6f785b5) build shared objects - [`ea89ae4`](https://github.com/qemu/qemu/commit/ea89ae4e66168538ce5579bec42664aba74a8407) pandummy - [`bc7eaf3`](https://github.com/qemu/qemu/commit/bc7eaf3a690ad5f1e062a6cc270efb009d5dec10) non-working pypanda with working example - [`f62d91b`](https://github.com/qemu/qemu/commit/f62d91bd1df8fc64a6e3ce9b914fc838c28ff171) drcov + cleanup - [`d853ee1`](https://github.com/qemu/qemu/commit/d853ee145af56d28455e75333c587bc0c8188126) build script for convenience - [`038ae40`](https://github.com/qemu/qemu/commit/038ae400abb82c2b7fd7df6835f77c093f53fad0) make faster - [`1562623`](https://github.com/qemu/qemu/commit/1562623de0b62c907e6c8a22153181f39c985c13) decorators - [`986616d`](https://github.com/qemu/qemu/commit/986616d8398db46f61ef28ae29cbf00aeb99b3e1) decorators - [`e021a98`](https://github.com/qemu/qemu/commit/e021a981e28874d5bb478fd61a2f9b6a162a9fcc) update panda.py - [`3941e5b`](https://github.com/qemu/qemu/commit/3941e5bd71d9476dae4dcdc363a44af162180742) capstone example ### 📊 Changes **91 files changed** (+22214 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+6 -0) ➕ `build.sh` (+6 -0) 📝 `configure` (+1 -0) 📝 `contrib/plugins/meson.build` (+2 -1) ➕ `contrib/plugins/panda_plugin_interface.c` (+154 -0) ➕ `include/panda/callbacks/cb-defs.h` (+2049 -0) ➕ `include/panda/callbacks/cb-helper-defs.h` (+19 -0) ➕ `include/panda/callbacks/cb-helper-impl.h` (+42 -0) ➕ `include/panda/callbacks/cb-macros.h` (+160 -0) ➕ `include/panda/callbacks/cb-support.h` (+142 -0) ➕ `include/panda/callbacks/cb-trampolines.h` (+84 -0) ➕ `include/panda/cheaders.h` (+41 -0) ➕ `include/panda/checkpoint.h` (+65 -0) ➕ `include/panda/common.h` (+616 -0) ➕ `include/panda/debug.h` (+124 -0) ➕ `include/panda/helper_runtime.h` (+94 -0) ➕ `include/panda/network.h` (+21 -0) ➕ `include/panda/panda_api.h` (+464 -0) ➕ `include/panda/panda_qemu_plugin_helpers.h` (+4 -0) ➕ `include/panda/plugin.h` (+757 -0) _...and 71 more files_ </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:30:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#369