commit | 740f834eb2505e1883b54cfc1644af80834ab6b6 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Apr 24 12:48:19 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri May 30 14:26:18 2014 +0200 |
tree | b79bf158e2a93d54b2978c2582570c5bcf7e5144 | |
parent | 7562c4fded33ca931e17f30a259f49ac20c89b7d [diff] |
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 <agraf@suse.de> CC: Paul Mackerras <paulus@samba.org> Acked-by: Paul Mackerras <paulus@samba.org>