summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/2522
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/2522')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/252218
1 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/2522 b/results/classifier/gemma3:12b/hypervisor/2522
new file mode 100644
index 00000000..f39e1238
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/2522
@@ -0,0 +1,18 @@
+
+[9.0.2] PPC: incorrect name filed in vmstate_tlbemb_entry, broken snapshot replay
+Description of problem:
+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
+Steps to 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 information:
+Use this example [ppc-e500.zip](/uploads/04e47528c74ed9a564c212a17c480a1d/ppc-e500.zip)