Re: [PATCH v5 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

2018-02-01 Thread Paul Mackerras
On Thu, Feb 01, 2018 at 04:15:39PM -0200, Jose Ricardo Ziviani wrote: > This patch provides the MMIO load/store vector indexed > X-Form emulation. > > Instructions implemented: > lvx: the quadword in storage addressed by the result of EA & > 0x___fff0 is loaded into VRT. > > stvx: the

[PATCH v5 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

2018-02-01 Thread Jose Ricardo Ziviani
This patch provides the MMIO load/store vector indexed X-Form emulation. Instructions implemented: lvx: the quadword in storage addressed by the result of EA & 0x___fff0 is loaded into VRT. stvx: the contents of VRS are stored into the quadword in storage addressed by the result of EA