Re: [PATCH 02/13] KVM: PPC: Book3S: PR: Fix C/R bit setting

2014-05-10 Thread Paul Mackerras
On Thu, Apr 24, 2014 at 03:12:29PM +0200, Alexander Graf wrote: > Commit 9308ab8e2d made C/R HTAB updates go byte-wise into the target HTAB. > However, it didn't update the guest's copy of the HTAB, but instead the > host local copy of it. > > Write to the guest's HTAB instead. > > Signed-off-by:

[PATCH 02/13] KVM: PPC: Book3S: PR: Fix C/R bit setting

2014-04-24 Thread Alexander Graf
Commit 9308ab8e2d made C/R HTAB updates go byte-wise into the target HTAB. However, it didn't update the guest's copy of the HTAB, but instead the host local copy of it. Write to the guest's HTAB instead. Signed-off-by: Alexander Graf CC: Paul Mackerras --- arch/powerpc/kvm/book3s_32_mmu.c | 2