blob: 5d1ccd306bc42bc1d34a04054ee8f1819fa9e428 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
socket: 0.753
device: 0.727
files: 0.719
network: 0.680
semantic: 0.658
graphic: 0.635
vnc: 0.628
debug: 0.550
PID: 0.543
permissions: 0.470
other: 0.307
performance: 0.286
KVM: 0.279
boot: 0.269
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
|