mbox series

[RESEND,0/1] Implements MMIO emulation for lvx/stvx instructions

Message ID 20180108182931.355-1-joserz@linux.vnet.ibm.com (mailing list archive)
Headers show
Series Implements MMIO emulation for lvx/stvx instructions | expand

Message

Jose Ricardo Ziviani Jan. 8, 2018, 6:29 p.m. UTC
This patch implements MMIO emulation for two instructions: lvx and stvx.

NOTE: I'm resending copying now kvm-ppc@vger.kernel.org.

Thanks.

Jose Ricardo Ziviani (1):
  KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

 arch/powerpc/include/asm/kvm_host.h   |   2 +
 arch/powerpc/include/asm/kvm_ppc.h    |   4 +
 arch/powerpc/include/asm/ppc-opcode.h |   6 ++
 arch/powerpc/kvm/emulate_loadstore.c  |  32 +++++++
 arch/powerpc/kvm/powerpc.c            | 162 ++++++++++++++++++++++++++++++----
 5 files changed, 189 insertions(+), 17 deletions(-)