From patchwork Mon Oct 8 08:50:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jia Liu X-Patchwork-Id: 189950 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 AADE92C0253 for ; Mon, 8 Oct 2012 19:53:01 +1100 (EST) Received: from localhost ([::1]:57087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL959-0003X8-Us for incoming@patchwork.ozlabs.org; Mon, 08 Oct 2012 04:52:59 -0400 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) 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=6fLWbrpNqQMomvNyK2+jp43jsaKXXgkKpW8DeP9rrMg=; b=Zsvzx5U1NFWotTX99vrJrJiSRbByJELu8zvPzrDJrOyUMeJVabbATJwCNCFH4fgycc H+P2jxmg94XqXJu9sq3VG4aSeUmW93dt1AfeshugP2wj6QI5mNcFeNeDCXpc9CtuVDwQ nIJ6iNIIRfZOBVUknvReJTjuFRSXYXeqaY9I+4Iuqu2r7FvYpnywK5zEOhkCG4xz/MTD yjTCid/dodj82PpFJqTaFGJkROdVs/Cy2/ROFh4geWQ32UDI5Ha2uMLOV7zjXHlHFESB 1RtdmjYxddoFgbtYjN5TdrYekr/ejc5/oM5F8lcR7UW0ryDojpBlIdM5MniTtPQNfkFn D5/Q== Received: by 10.68.190.233 with SMTP id gt9mr51006423pbc.137.1349686357813; Mon, 08 Oct 2012 01:52:37 -0700 (PDT) Received: from localhost.localdomain ([1.202.183.51]) by mx.google.com with ESMTPS id c1sm10548702pay.19.2012.10.08.01.52.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Oct 2012 01:52:36 -0700 (PDT) From: Jia Liu To: qemu-devel@nongnu.org Date: Mon, 8 Oct 2012 16:50:33 +0800 Message-Id: <1349686233-26114-15-git-send-email-proljc@gmail.com> X-Mailer: git-send-email 1.7.10.2 (Apple Git-33) In-Reply-To: <1349686233-26114-1-git-send-email-proljc@gmail.com> References: <1349686233-26114-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.220.45 Cc: aurelien@aurel32.net Subject: [Qemu-devel] [PATCH v10 14/14] target-mips-ase-dsp: Change TODO file 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 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.