target/ppc: Yet another fix for KVM-HV HPTE accessors
As stated in the 1ad9f0a4 commit log, the returned entries are not a whole PTEG. It was not a problem before 1ad9f0a4 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: 1ad9f0a4 "target/ppc: Fix KVM-HV HPTE accessors" Signed-off-by: NAlexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
Showing
想要评论请 注册 或 登录