diff options
Diffstat (limited to 'results/classifier/118/ppc/2522')
| -rw-r--r-- | results/classifier/118/ppc/2522 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/results/classifier/118/ppc/2522 b/results/classifier/118/ppc/2522 new file mode 100644 index 000000000..8cb1dbdd3 --- /dev/null +++ b/results/classifier/118/ppc/2522 @@ -0,0 +1,47 @@ +ppc: 0.914 +files: 0.816 +device: 0.745 +vnc: 0.721 +graphic: 0.690 +permissions: 0.605 +architecture: 0.584 +network: 0.573 +performance: 0.515 +PID: 0.501 +semantic: 0.486 +kernel: 0.455 +VMM: 0.388 +socket: 0.383 +i386: 0.377 +arm: 0.368 +boot: 0.366 +x86: 0.351 +hypervisor: 0.346 +TCG: 0.345 +KVM: 0.300 +register: 0.269 +risc-v: 0.238 +peripherals: 0.232 +debug: 0.229 +virtual: 0.181 +user-level: 0.151 +assembly: 0.109 +mistranslation: 0.039 + +[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) |