From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/4] MIPS: KVM: Module + non dynamic translating fixes Date: Sun, 12 Jun 2016 20:45:08 +0200 Message-ID: <7625eaf3-2faa-690c-514b-c597da7dd3c4@redhat.com> References: <1465465846-31918-1-git-send-email-james.hogan@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Ralf Baechle , kvm@vger.kernel.org, linux-mips@linux-mips.org, stable@vger.kernel.org To: James Hogan Return-path: In-Reply-To: <1465465846-31918-1-git-send-email-james.hogan@imgtec.com> Sender: stable-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 09/06/2016 11:50, James Hogan wrote: > These patches fix a couple of issues I recently spotted when running = KVM > under QEMU (i.e. the host MIPS kernel is running under QEMU on a PC). >=20 > Patches 1-2: Fix modular KVM broken by QEMU TLB optimisation (Patch 1 > marked for stable). >=20 > Patches 3-4: Fix cache instruction emulation, exposed by having dynam= ic > translation of emulated instructions accidentally turned off. >=20 > James Hogan (4): > MIPS: KVM: Fix modular KVM under QEMU > MIPS: KVM: Include bit 31 in segment matches > MIPS: KVM: Don't unwind PC when emulating CACHE > MIPS: KVM: Fix CACHE triggered exception emulation >=20 > arch/mips/include/asm/kvm_host.h | 3 ++- > arch/mips/kvm/emulate.c | 21 ++++++++++++++------- > arch/mips/kvm/interrupt.h | 1 + > arch/mips/kvm/locore.S | 1 + > arch/mips/kvm/mips.c | 11 ++++++++++- > 5 files changed, 28 insertions(+), 9 deletions(-) >=20 > Cc: Paolo Bonzini > Cc: Radim Kr=C4=8Dm=C3=A1=C5=99 > Cc: Ralf Baechle > Cc: kvm@vger.kernel.org > Cc: linux-mips@linux-mips.org > Cc: stable@vger.kernel.org >=20 Queued for kvm/master. Paolo