From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNnjR-0001C0-S5 for qemu-devel@nongnu.org; Mon, 15 Oct 2012 12:41:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNnjQ-00075B-US for qemu-devel@nongnu.org; Mon, 15 Oct 2012 12:41:33 -0400 Received: from mail-da0-f45.google.com ([209.85.210.45]:61904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNnjQ-00074t-OT for qemu-devel@nongnu.org; Mon, 15 Oct 2012 12:41:32 -0400 Received: by mail-da0-f45.google.com with SMTP id n15so2659355dad.4 for ; Mon, 15 Oct 2012 09:41:32 -0700 (PDT) From: Jia Liu Date: Tue, 16 Oct 2012 00:39:18 +0800 Message-Id: <1350319158-7263-15-git-send-email-proljc@gmail.com> In-Reply-To: <1350319158-7263-1-git-send-email-proljc@gmail.com> References: <1350319158-7263-1-git-send-email-proljc@gmail.com> Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PATCH v11 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, 2 insertions(+), 2 deletions(-) diff --git a/target-mips/TODO b/target-mips/TODO index 2a3546f..c5566f2 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)