KVM: PPC: PR: Handle FSCR feature deselects
authorAlexander Graf <agraf@suse.de>
Thu, 31 Jul 2014 08:21:59 +0000 (10:21 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 31 Jul 2014 08:23:46 +0000 (10:23 +0200)
commit8e6afa36e754be84b468d7df9e5aa71cf4003f3b
tree2f41e8d6c34ee35306c1f65bfd87e8960fe43a60
parent29577fc00ba40a89fc824f030bcc80c583259346
KVM: PPC: PR: Handle FSCR feature deselects

We handle FSCR feature bits (well, TAR only really today) lazily when the guest
starts using them. So when a guest activates the bit and later uses that feature
we enable it for real in hardware.

However, when the guest stops using that bit we don't stop setting it in
hardware. That means we can potentially lose a trap that the guest expects to
happen because it thinks a feature is not active.

This patch adds support to drop TAR when then guest turns it off in FSCR. While
at it it also restricts FSCR access to 64bit systems - 32bit ones don't have it.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/asm/kvm_book3s.h
arch/powerpc/kvm/book3s_emulate.c
arch/powerpc/kvm/book3s_pr.c