blob: 1cf609321c87adabe92267bff24f759d197b7443 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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(
|