diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2018-01-11 15:08:32 +1100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-01-17 09:35:24 +1100 |
commit | a36593e16757e524c1596d93914155bd8acbb90a (patch) | |
tree | d2c03b54991a01c7451122d3ab9cd4992132c73b /hw/ppc | |
parent | 8e5dc9ba49743b46d955ec7dacb04e42ae7ada7c (diff) | |
download | qemu-a36593e16757e524c1596d93914155bd8acbb90a.zip qemu-a36593e16757e524c1596d93914155bd8acbb90a.tar.gz qemu-a36593e16757e524c1596d93914155bd8acbb90a.tar.bz2 |
target/ppc: Yet another fix for KVM-HV HPTE accessors
As stated in the 1ad9f0a464fe commit log, the returned entries are not
a whole PTEG. It was not a problem before 1ad9f0a464fe as it would read
a single record assuming it contains a whole PTEG but now the code tries
reading the entire PTEG and "if ((n - i) < invalid)" produces negative
values which then are converted to size_t for memset() and that throws
seg fault.
This fixes the math.
While here, fix the last @i increment as well.
Fixes: 1ad9f0a464fe "target/ppc: Fix KVM-HV HPTE accessors"
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc')
0 files changed, 0 insertions, 0 deletions