summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_32_mmu_host.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-04-05 16:58:51 +0300
committerPaul Mackerras <paulus@ozlabs.org>2017-04-20 04:39:32 +0300
commitfeafd13c96d6e2998d3da81bb55db379fcf02499 (patch)
tree6049c97e88caf30912603728ca446d457bfd739f /arch/powerpc/kvm/book3s_32_mmu_host.c
parent121f80ba68f1a5779a36d7b3247206e60e0a7418 (diff)
downloadlinux-feafd13c96d6e2998d3da81bb55db379fcf02499.tar.xz
KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRs
According to the PowerISA 2.07, mtspr and mfspr should not always generate an illegal instruction exception when being used with an undefined SPR, but rather treat the instruction as a NOP or inject a privilege exception in some cases, too - depending on the SPR number. Also turn the printk here into a ratelimited print statement, so that the guest can not flood the dmesg log of the host by issueing lots of illegal mtspr/mfspr instruction here. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'arch/powerpc/kvm/book3s_32_mmu_host.c')
0 files changed, 0 insertions, 0 deletions