From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabiano Rosas Date: Fri, 21 Jan 2022 22:26:21 +0000 Subject: [PATCH v4 0/5] KVM: PPC: MMIO fixes Message-Id: <20220121222626.972495-1-farosas@linux.ibm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org Cc: linuxppc-dev@lists.ozlabs.org, npiggin@gmail.com, aik@ozlabs.ru Changes from v3: Removed all of the low level messages and altered the pr_emerg in the emulate_mmio to a more descriptive message. Changed the Program interrupt to a Data Storage. There's an ifdef needed because this code is shared by HV, PR and booke. v3: https://lore.kernel.org/r/20220107210012.4091153-1-farosas@linux.ibm.com v2: https://lore.kernel.org/r/20220106200304.4070825-1-farosas@linux.ibm.com v1: https://lore.kernel.org/r/20211223211528.3560711-1-farosas@linux.ibm.com Fabiano Rosas (5): KVM: PPC: Book3S HV: Stop returning internal values to userspace KVM: PPC: Fix vmx/vsx mixup in mmio emulation KVM: PPC: mmio: Reject instructions that access more than mmio.data size KVM: PPC: mmio: Return to guest after emulation failure KVM: PPC: mmio: Deliver DSI after emulation failure arch/powerpc/kvm/emulate_loadstore.c | 10 ++---- arch/powerpc/kvm/powerpc.c | 46 ++++++++++++++++++---------- 2 files changed, 33 insertions(+), 23 deletions(-) -- 2.34.1