From: Alexander Graf Date: Thu, 24 Apr 2014 10:48:19 +0000 (+0200) Subject: KVM: PPC: Book3S: PR: Fix C/R bit setting X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~1^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740f834eb2505e1883b54cfc1644af80834ab6b6;p=pandora-kernel.git KVM: PPC: Book3S: PR: Fix C/R bit setting 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 Acked-by: Paul Mackerras --- Reading git-diff-tree failed