KVM: PPC: Add MMIO emulation for remaining floating-point instructions
authorPaul Mackerras <paulus@ozlabs.org>
Thu, 23 Mar 2017 00:55:16 +0000 (11:55 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 20 Apr 2017 01:37:44 +0000 (11:37 +1000)
commit9b5ab0051306033b0b1e83dd72e1f84a0c8dd4bf
tree25c1372aceaf78913fc506cc064e8bf33020710a
parentceba57df43a25ede55a96a795703c46022b1d1d0
KVM: PPC: Add MMIO emulation for remaining floating-point instructions

For completeness, this adds emulation of the lfiwax and lfiwzx
instructions.  With this, all floating-point load and store instructions
as of Power ISA V2.07 are emulated.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/include/asm/ppc-opcode.h
arch/powerpc/kvm/emulate_loadstore.c