From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THE7A-0004Dl-0G for qemu-devel@nongnu.org; Thu, 27 Sep 2012 09:26:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THE75-00039S-AU for qemu-devel@nongnu.org; Thu, 27 Sep 2012 09:26:51 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:55437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THE75-0002Ww-4X for qemu-devel@nongnu.org; Thu, 27 Sep 2012 09:26:47 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so3603748pbb.4 for ; Thu, 27 Sep 2012 06:26:46 -0700 (PDT) From: Jia Liu Date: Thu, 27 Sep 2012 21:24:51 +0800 Message-Id: <1348752291-6041-15-git-send-email-proljc@gmail.com> In-Reply-To: <1348752291-6041-1-git-send-email-proljc@gmail.com> References: <1348752291-6041-1-git-send-email-proljc@gmail.com> Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PATCH v9 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)