Re: [PATCH] powerpc-kvm: fixing page alignment for TCE

2012-09-20 Thread Alexander Graf
On 04.09.2012, at 09:36, Alexey Kardashevskiy wrote: From: Paul Mackerras pau...@samba.org TODO: ask Paul to make a proper message. TODO? Also, Ben or Paul, please ack if you think it's correct. Alex This is the fix for a host kernel compiled with a page size other than 4K (TCE page

[PATCH] powerpc-kvm: fixing page alignment for TCE

2012-09-04 Thread Alexey Kardashevskiy
From: Paul Mackerras pau...@samba.org TODO: ask Paul to make a proper message. This is the fix for a host kernel compiled with a page size other than 4K (TCE page size). In the case of a 64K page size, the host used to lose address bits in hpte_rpn(). The patch fixes it. Signed-off-by: Alexey