From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDM74-0004nr-5N for qemu-devel@nongnu.org; Sat, 03 Dec 2016 21:01:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDM6z-0004hq-GA for qemu-devel@nongnu.org; Sat, 03 Dec 2016 21:01:10 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:29283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDM6z-0004h6-BJ for qemu-devel@nongnu.org; Sat, 03 Dec 2016 21:01:05 -0500 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id E6C595BF4332F for ; Sun, 4 Dec 2016 02:00:58 +0000 (GMT) From: Yongbok Kim Date: Sun, 4 Dec 2016 02:00:13 +0000 Message-ID: <1480816817-53245-1-git-send-email-yongbok.kim@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PULL 0/4] target-mips queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, This is pull-req for target-mips. Regards, Yongbok The following changes since commit bd8ef5060dd2124a54578241da9a572faf7658dd: Merge remote-tracking branch 'dgibson/tags/ppc-for-2.8-20161201' into staging (2016-12-01 13:39:29 +0000) are available in the git repository at: git://github.com/yongbok/upstream-qemu.git tags/mips-20161204 for you to fetch changes up to e6e2784cacd4cfec149a7690976b9ff15e541c4d: target-mips: fix bad shifts in {dextp|dextpdp} (2016-12-04 00:57:06 +0000) ---------------------------------------------------------------- MIPS patches 2016-12-04 Changes: * Fix Loongson instructions * Fix bad shifts in {dextp|dextpdp} ---------------------------------------------------------------- Heiher (3): target-mips: Fix Loongson pandn instruction. target-mips: Fix Loongson multimedia 'or' instruction. target-mips: Fix Loongson multimedia instructions. Yongbok Kim (1): target-mips: fix bad shifts in {dextp|dextpdp} target-mips/dsp_helper.c | 4 ++-- target-mips/translate.c | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-)