From patchwork Fri Aug 10 03:05:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jia Liu X-Patchwork-Id: 176347 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A265D2C0098 for ; Fri, 10 Aug 2012 13:11:30 +1000 (EST) Received: from localhost ([::1]:48850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzfdI-0007s9-NB for incoming@patchwork.ozlabs.org; Thu, 09 Aug 2012 23:11:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzfdA-0007rq-Ov for qemu-devel@nongnu.org; Thu, 09 Aug 2012 23:11:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Szfd8-0004su-5J for qemu-devel@nongnu.org; Thu, 09 Aug 2012 23:11:20 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:40548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szfd7-0004S1-VP for qemu-devel@nongnu.org; Thu, 09 Aug 2012 23:11:18 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp12so1821255pbb.4 for ; Thu, 09 Aug 2012 20:11:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :content-type; bh=CtBdMKO50nZHPMWqJMVh7GyWMmJ3FPLLqIrrWwm3oMA=; b=xTsqIKv/cR9fw4UhkfEQjnCm/vqyLLgjems73h5NMLMSWbc50WxnfsHFbwT0ytvCNC tCvDPm2mDsof+kaAxmuHdrdGllOvQ08XXptX34xtbx1HpBvHojvJjqMfdCHixXblWVGY LsvQibjJ39fQ/XbperPbMAdjr4zWqH6fD4FO7dCH8FVcJxQ9wqdXwS3JNPAS3ni/HiGz XBJTYJ/GEbptqdQ5X3ckZydb4+IClePuPeUixJG/nRCGHnEfnNF+8oRsKYVgEof1PfiB YaDBMJ8AfFTImVy2WRqa44knjBBv2LfqRA8b3UZANd2Wih/24qvNR6bkidGmgtwd7Pqs vfVQ== Received: by 10.68.202.133 with SMTP id ki5mr8965049pbc.10.1344568277725; Thu, 09 Aug 2012 20:11:17 -0700 (PDT) Received: from localhost ([1.202.183.51]) by mx.google.com with ESMTPS id hr9sm2371179pbc.36.2012.08.09.20.11.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Aug 2012 20:11:16 -0700 (PDT) From: Jia Liu To: qemu-devel@nongnu.org Date: Fri, 10 Aug 2012 11:05:42 +0800 Message-Id: <1344567942-11666-14-git-send-email-proljc@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1344567942-11666-1-git-send-email-proljc@gmail.com> References: <1344567942-11666-1-git-send-email-proljc@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.45 Cc: aurelien@aurel32.net Subject: [Qemu-devel] [PATCH v5 13/13] target-mips-ase-dsp: Change TODO X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Delete DSP r1 & DSP r2 from TODO. 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.