From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f97dE-0006Ko-Mw for qemu-devel@nongnu.org; Thu, 19 Apr 2018 07:21:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f97d9-00081r-4d for qemu-devel@nongnu.org; Thu, 19 Apr 2018 07:21:40 -0400 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:36039) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f97d8-0007zk-Td for qemu-devel@nongnu.org; Thu, 19 Apr 2018 07:21:35 -0400 Received: by mail-lf0-x243.google.com with SMTP id d20-v6so274178lfe.3 for ; Thu, 19 Apr 2018 04:21:34 -0700 (PDT) From: "Edgar E. Iglesias" Date: Thu, 19 Apr 2018 13:21:26 +0200 Message-Id: <20180419112131.16932-1-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH v1 0/5] target-microblaze: Misc bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, sai.pavan.boddu@xilinx.com, alistair@alistair23.me, frasse.iglesias@gmail.com, edgar.iglesias@xilinx.com From: "Edgar E. Iglesias" Hi, This is a series of fixes for bugs I ran into when adding support for extended addressing. It would be nice to get these into 2.12 if it's not too late. Cheers, Edgar Edgar E. Iglesias (5): target-microblaze: Respect MSR.PVR as read-only target-microblaze: Fix trap checks for FPU insns target-microblaze: Don't clobber the IMM reg for ld/st reversed target-microblaze: mmu: Make TLBSX write-only target-microblaze: mmu: Make the TLBX MISS bit read-only target/microblaze/cpu.h | 4 +++- target/microblaze/mmu.c | 9 ++++++++- target/microblaze/translate.c | 12 ++---------- 3 files changed, 13 insertions(+), 12 deletions(-) -- 2.14.1