From patchwork Thu Jun 20 13:45:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksandar Markovic X-Patchwork-Id: 11006721 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 426BA112C for ; Thu, 20 Jun 2019 14:03:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 34D0A286FB for ; Thu, 20 Jun 2019 14:03:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 292EF287CD; Thu, 20 Jun 2019 14:03:40 +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=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7DC7527E01 for ; Thu, 20 Jun 2019 14:03:39 +0000 (UTC) Received: from localhost ([::1]:47964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdxf8-0002Qq-ID for patchwork-qemu-devel@patchwork.kernel.org; Thu, 20 Jun 2019 10:03:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52641) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdxOI-0004VJ-5I for qemu-devel@nongnu.org; Thu, 20 Jun 2019 09:46:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdxO8-0003Pt-2B for qemu-devel@nongnu.org; Thu, 20 Jun 2019 09:46:11 -0400 Received: from mx2.rt-rk.com ([89.216.37.149]:36063 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 1hdxO3-0003Ms-V1 for qemu-devel@nongnu.org; Thu, 20 Jun 2019 09:46:02 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id CC0361A46DD; Thu, 20 Jun 2019 15:45:55 +0200 (CEST) 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 B37DB1A2271; Thu, 20 Jun 2019 15:45:55 +0200 (CEST) From: Aleksandar Markovic To: qemu-devel@nongnu.org Date: Thu, 20 Jun 2019 15:45:45 +0200 Message-Id: <1561038349-17105-1-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 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/4] target/mips: Fix some issues of MSA emulation on big endian hosts X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: arikalo@wavecomp.com, amarkovic@wavecomp.com 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 Fix some issues of MSA emulation on big endian hosts. v1->v2: - updated commit messages Aleksandar Markovic (4): target/mips: Fix emulation of ILVEV. on big endian host target/mips: Fix emulation of ILVOD. on big endian host target/mips: Fix emulation of ILVL. on big endian host target/mips: Fix emulation of ILVR. on big endian host target/mips/msa_helper.c | 148 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+)