summary refs log tree commit diff stats
path: root/gitlab/issues_toml/target_missing/host_missing/accel_missing/1706.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues_toml/target_missing/host_missing/accel_missing/1706.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues_toml/target_missing/host_missing/accel_missing/1706.toml')
-rw-r--r--gitlab/issues_toml/target_missing/host_missing/accel_missing/1706.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/gitlab/issues_toml/target_missing/host_missing/accel_missing/1706.toml b/gitlab/issues_toml/target_missing/host_missing/accel_missing/1706.toml
new file mode 100644
index 000000000..c64202058
--- /dev/null
+++ b/gitlab/issues_toml/target_missing/host_missing/accel_missing/1706.toml
@@ -0,0 +1,21 @@
+id = 1706
+title = "Allow TCG plugins to read registers"
+state = "closed"
+created_at = "2023-06-13T07:47:23.021Z"
+closed_at = "2024-02-28T17:26:27.498Z"
+labels = ["TCG plugins", "workflow::Patch available"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1706"
+host-os = "n/a"
+host-arch = "n/a"
+qemu-version = "n/a"
+guest-os = "n/a"
+guest-arch = "n/a"
+description = "n/a"
+reproduce = "n/a"
+additional = """- `include/qemu/plugin.h`
+- `include/qemu/qemu-plugin.h`
+
+PANDA implemented this already but it is not a very clean solution:
+- https://github.com/panda-re/qemu/commit/b97c5a56edd0ba3b5f6ab16bf531ac1f7abaac04 (mentioned in QPP patch series: https://lore.kernel.org/qemu-devel/20221213213757.4123265-1-fasano@mit.edu/)
+
+I personally think the flag for the TB translation and execution callbacks makes more sense"""