From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60343 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTGfF-0005UU-NQ for qemu-devel@nongnu.org; Mon, 28 Jun 2010 11:54:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTGfE-0006MG-IR for qemu-devel@nongnu.org; Mon, 28 Jun 2010 11:54:29 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:50658) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTGfE-0006M6-E0 for qemu-devel@nongnu.org; Mon, 28 Jun 2010 11:54:28 -0400 Received: by pxi2 with SMTP id 2so737619pxi.4 for ; Mon, 28 Jun 2010 08:54:22 -0700 (PDT) From: Chih-Min Chao Date: Mon, 28 Jun 2010 23:54:03 +0800 Message-Id: <1277740446-8603-1-git-send-email-cmchao@gmail.com> Subject: [Qemu-devel] [PATCH 0/0] fix ARM parallel instructions implementation bug List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The three patches focuse on Bugs 595906 & Bug 591320. The first is related to Bug 595906 and the other solve Bug 591320. The series are also attached in the threads, listed below https://bugs.launchpad.net/qemu/+bug/595906 https://bugs.launchpad.net/qemu/+bug/591320 [PATCH 1/3] target-arm: fix addsub/subadd implementation [PATCH 2/3] target-arm : fix thumb2 parallel add/sub opcode decoding [PATCH 3/3] target-arm : fix parallel saturated subtraction implementation