diff options
Diffstat (limited to 'results/classifier/118/ppc/1885720')
| -rw-r--r-- | results/classifier/118/ppc/1885720 | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/results/classifier/118/ppc/1885720 b/results/classifier/118/ppc/1885720 new file mode 100644 index 000000000..7e2b02a7e --- /dev/null +++ b/results/classifier/118/ppc/1885720 @@ -0,0 +1,52 @@ +ppc: 0.879 +socket: 0.753 +device: 0.727 +files: 0.719 +network: 0.680 +semantic: 0.658 +mistranslation: 0.651 +graphic: 0.635 +vnc: 0.628 +debug: 0.550 +PID: 0.543 +permissions: 0.470 +kernel: 0.368 +i386: 0.361 +VMM: 0.353 +TCG: 0.348 +architecture: 0.344 +risc-v: 0.323 +arm: 0.313 +x86: 0.294 +performance: 0.286 +KVM: 0.279 +boot: 0.269 +user-level: 0.219 +hypervisor: 0.215 +assembly: 0.190 +register: 0.185 +virtual: 0.185 +peripherals: 0.146 + +qemu/migration/postcopy-ram.c:387: bad return expression ? + +qemu/migration/postcopy-ram.c:387:9: style: Non-boolean value returned from function returning bool [returnNonBoolInBooleanFunction] + +Source code is + + return -1; + +but + +bool postcopy_ram_supported_by_host( + +That looks like a bug, indeed! + +Yes, I think a goto out; there makes sense; nearly 5 years old that error :-) + +Posted: +migration: postcopy take proper error return + +Fix has been merged: +https://git.qemu.org/?p=qemu.git;a=commitdiff;h=617a32f5295ee4e + |