From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR1nu-0007ZX-6q for qemu-devel@nongnu.org; Wed, 24 Oct 2012 10:19:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR1no-0001YD-GU for qemu-devel@nongnu.org; Wed, 24 Oct 2012 10:19:30 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:35180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR1no-0000z8-AE for qemu-devel@nongnu.org; Wed, 24 Oct 2012 10:19:24 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so1187057pbb.4 for ; Wed, 24 Oct 2012 07:19:24 -0700 (PDT) From: Jia Liu Date: Wed, 24 Oct 2012 22:17:14 +0800 Message-Id: <1351088234-7421-15-git-send-email-proljc@gmail.com> In-Reply-To: <1351088234-7421-1-git-send-email-proljc@gmail.com> References: <1351088234-7421-1-git-send-email-proljc@gmail.com> Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PATCH v12 14/14] target-mips: Change TODO file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net Change DSP r1 & DSP r2 into microMIPS DSP encodings in TODO file. Signed-off-by: Jia Liu --- target-mips/TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target-mips/TODO b/target-mips/TODO index 2a3546f..1d782d8 100644 --- a/target-mips/TODO +++ b/target-mips/TODO @@ -6,8 +6,7 @@ General - Unimplemented ASEs: - MDMX - SmartMIPS - - DSP r1 - - DSP r2 + - microMIPS DSP r1 & r2 encodings - MT ASE only partially implemented and not functional - Shadow register support only partially implemented, lacks set switching on interrupt/exception. -- 1.7.10.2 (Apple Git-33)