From patchwork Wed Jan 23 11:15:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksandar Markovic X-Patchwork-Id: 10777099 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DB72413B5 for ; Wed, 23 Jan 2019 11:21:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CBA2E2BC61 for ; Wed, 23 Jan 2019 11:21:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C9E2B2BD49; Wed, 23 Jan 2019 11:21:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 821102BD40 for ; Wed, 23 Jan 2019 11:21:48 +0000 (UTC) Received: from localhost ([127.0.0.1]:60876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmGbL-0005K9-Mc for patchwork-qemu-devel@patchwork.kernel.org; Wed, 23 Jan 2019 06:21:47 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmGXK-00022I-AB for qemu-devel@nongnu.org; Wed, 23 Jan 2019 06:17:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmGXI-0007cL-T7 for qemu-devel@nongnu.org; Wed, 23 Jan 2019 06:17:38 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:53344 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmGXD-0006uS-VK for qemu-devel@nongnu.org; Wed, 23 Jan 2019 06:17:34 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 1B5D91A1FC1; Wed, 23 Jan 2019 12:16:24 +0100 (CET) X-Virus-Scanned: amavisd-new at rt-rk.com Received: from rtrkw774-lin.domain.local (rtrkw774-lin.domain.local [10.10.13.43]) by mail.rt-rk.com (Postfix) with ESMTPSA id DF99A1A1FC6; Wed, 23 Jan 2019 12:16:23 +0100 (CET) From: Aleksandar Markovic To: qemu-devel@nongnu.org Date: Wed, 23 Jan 2019 12:15:51 +0100 Message-Id: <1548242160-16039-1-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 89.216.37.149 Subject: [Qemu-devel] [PATCH v2 0/9] target/mips: Misc fixes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: arikalo@wavecomp.com, amarkovic@wavecomp.com, aurelien@aurel32.net Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Aleksandar Markovic A collection of misc fixes for MIPS. v1->v2: - commit messages updated according to the reviewer's comments - other corrections of commit messages, mostly minor - added patches 7, 8, and 9 - rebased to the latest code Aleksandar Markovic (7): target/mips: nanoMIPS: Remove duplicate macro definitions target/mips: nanoMIPS: Remove an unused macro target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbers target/mips: Correct the second argument type of cpu_supports_isa() target/mips: Extend gen_scwp() functionality to support EVA disas: nanoMIPS: Amend DSP instructions related comments MAINTAINERS: Update MIPS sections Stefan Markovic (1): target/mips: nanoMIPS: Fix branch handling Yongbok Kim (1): target/mips: Add I6500 core configuration MAINTAINERS | 9 --- disas/nanomips.cpp | 119 ++++++++++++++++++++++++--------------- target/mips/cpu.h | 2 +- target/mips/translate.c | 61 ++++++++++---------- target/mips/translate_init.inc.c | 40 +++++++++++++ 5 files changed, 148 insertions(+), 83 deletions(-)