summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorMichael S. Tsirkin2013-11-06 19:25:21 +0100
committerMichael S. Tsirkin2013-12-10 11:29:56 +0100
commit92b8e39c7f582e15f9e9423bc9fd3f186536b073 (patch)
tree54b215cf31e08425860fdbe120201ca3108a4682 /scripts/checkpatch.pl
parentpc: s/INT64_MAX/UINT64_MAX/ (diff)
downloadqemu-92b8e39c7f582e15f9e9423bc9fd3f186536b073.tar.gz
qemu-92b8e39c7f582e15f9e9423bc9fd3f186536b073.tar.xz
qemu-92b8e39c7f582e15f9e9423bc9fd3f186536b073.zip
spapr_pci: s/INT64_MAX/UINT64_MAX/
It doesn't make sense for a region to be INT64_MAX in size: memory core uses UINT64_MAX as a special value meaning "all 64 bit" this is what was meant here. While this should never affect the spapr system which at the moment always has < 63 bit size, this makes us hit all kind of corner case bugs with sub-pages, so users are probably better off if we just use UINT64_MAX instead. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions