summary refs log tree commit diff stats
path: root/gitlab/issues/target_ppc/host_missing/accel_missing/2522.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_ppc/host_missing/accel_missing/2522.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloadqemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_ppc/host_missing/accel_missing/2522.toml')
-rw-r--r--gitlab/issues/target_ppc/host_missing/accel_missing/2522.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/gitlab/issues/target_ppc/host_missing/accel_missing/2522.toml b/gitlab/issues/target_ppc/host_missing/accel_missing/2522.toml
new file mode 100644
index 000000000..3367c75d5
--- /dev/null
+++ b/gitlab/issues/target_ppc/host_missing/accel_missing/2522.toml
@@ -0,0 +1,25 @@
+id = 2522
+title = "[9.0.2] PPC: incorrect name filed in vmstate_tlbemb_entry, broken snapshot replay"
+state = "closed"
+created_at = "2024-08-20T22:35:13.418Z"
+closed_at = "2024-09-06T12:56:53.675Z"
+labels = ["Migration", "kind::Bug", "target: ppc", "workflow::Patch available"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2522"
+host-os = "Linux Mint 21.1"
+host-arch = "x86_64"
+qemu-version = "9.0.2"
+guest-os = "Bare metal hello world"
+guest-arch = "PowerPC e500mc (Book-E)"
+description = """Fix commit: a90db15
+When using the Record/replay feature on ppc emulation (qemu-system-ppc binary), an error occurred during loading:
+```
+qemu-system-ppc: Missing section footer for cpu
+qemu-system-ppc: Error -22 while loading VM state
+qemu-system-ppc: Could not load snapshot for icount replay
+```
+I found a typo that led to this error
+
+more info in https://lists.nongnu.org/archive/html/qemu-devel/2024-08/msg02951.html"""
+reproduce = """1. Run bare metal example from the attachment with the first command-line to create snapshot.
+2. Run bare metal example from the attachment with the second command-line to replay snapshot."""
+additional = """Use this example [ppc-e500.zip](/uploads/04e47528c74ed9a564c212a17c480a1d/ppc-e500.zip)"""