From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL94y-0003MH-Oy for qemu-devel@nongnu.org; Mon, 08 Oct 2012 04:52:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TL94o-0001eE-CN for qemu-devel@nongnu.org; Mon, 08 Oct 2012 04:52:48 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:48584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL94o-00019e-6w for qemu-devel@nongnu.org; Mon, 08 Oct 2012 04:52:38 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so3816361pad.4 for ; Mon, 08 Oct 2012 01:52:37 -0700 (PDT) From: Jia Liu Date: Mon, 8 Oct 2012 16:50:33 +0800 Message-Id: <1349686233-26114-15-git-send-email-proljc@gmail.com> In-Reply-To: <1349686233-26114-1-git-send-email-proljc@gmail.com> References: <1349686233-26114-1-git-send-email-proljc@gmail.com> Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PATCH v10 14/14] target-mips-ase-dsp: Change TODO file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net Delete DSP r1 & DSP r2 from TODO file. Signed-off-by: Jia Liu --- target-mips/TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/target-mips/TODO b/target-mips/TODO index 2a3546f..15d67cd 100644 --- a/target-mips/TODO +++ b/target-mips/TODO @@ -6,8 +6,6 @@ General - Unimplemented ASEs: - MDMX - SmartMIPS - - DSP r1 - - DSP r2 - 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)