From patchwork Mon Oct 15 16:39:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jia Liu X-Patchwork-Id: 191605 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 8B9EA2C00A8 for ; Tue, 16 Oct 2012 04:09:35 +1100 (EST) Received: from localhost ([::1]:59304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNoAX-0006xj-Kf for incoming@patchwork.ozlabs.org; Mon, 15 Oct 2012 13:09:33 -0400 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) 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=bKBZvTdPS9zAcrTSo8ppQvxfo5ASLKqPLXGuGbD0O9o=; b=G3TV/qTLotsLluvuUJf6+LuuFQGk8IWSBrHCh3bhxcwnup2Ny9s5Sg4+xfBmuX6lkz e8280px0k4z83ljlVRl25QWhTBpGt7xb3KepuXslfFBMqcl+NHliJCxZIYw6f6iCn9Zj unptpRmW+plC4FTDezCE36ICLzVX/XNEZUFQkrZc27awcA5zKKjeZtfRwVCVhvlDWwGL cKWN9yrp3Ns+SbJQAHXV+Wd/AQAjjNbfkldgb1RpVCuZm/lwP8kFASUCAADvGerYw8g0 LDLeYictGlM2DQLqI4IdC2oDJN1AtBJsVGNzLRGQa6vRWxvP7A7bjyQjYOUDgeW0AudM eWwA== Received: by 10.66.84.131 with SMTP id z3mr762178pay.34.1350319291970; Mon, 15 Oct 2012 09:41:31 -0700 (PDT) Received: from localhost.localdomain ([123.150.196.81]) by mx.google.com with ESMTPS id ka4sm9289654pbc.61.2012.10.15.09.41.27 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Oct 2012 09:41:30 -0700 (PDT) From: Jia Liu To: qemu-devel@nongnu.org Date: Tue, 16 Oct 2012 00:39:18 +0800 Message-Id: <1350319158-7263-15-git-send-email-proljc@gmail.com> X-Mailer: git-send-email 1.7.10.2 (Apple Git-33) In-Reply-To: <1350319158-7263-1-git-send-email-proljc@gmail.com> References: <1350319158-7263-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.210.45 Cc: aurelien@aurel32.net Subject: [Qemu-devel] [PATCH v11 14/14] target-mips: 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 Change DSP r1 & DSP r2 into microMIPS DSP encodings in TODO file. Signed-off-by: Jia Liu Acked-by: Aurelien Jarno --- 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.