From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6XOy-00027C-Hx for qemu-devel@nongnu.org; Wed, 11 Jun 2008 16:58:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6XOx-00026N-3u for qemu-devel@nongnu.org; Wed, 11 Jun 2008 16:58:40 -0400 Received: from [199.232.76.173] (port=54343 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6XOw-00026J-S8 for qemu-devel@nongnu.org; Wed, 11 Jun 2008 16:58:38 -0400 Received: from savannah.gnu.org ([199.232.41.3]:39417 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K6XOx-0004uQ-1Q for qemu-devel@nongnu.org; Wed, 11 Jun 2008 16:58:39 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1K6XOv-0004CP-F2 for qemu-devel@nongnu.org; Wed, 11 Jun 2008 20:58:37 +0000 Received: from ths by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1K6XOv-0004CC-1S for qemu-devel@nongnu.org; Wed, 11 Jun 2008 20:58:37 +0000 MIME-Version: 1.0 Errors-To: ths Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Thiemo Seufer Message-Id: Date: Wed, 11 Jun 2008 20:58:37 +0000 Subject: [Qemu-devel] [4735] Update TODO list. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 4735 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4735 Author: ths Date: 2008-06-11 20:58:36 +0000 (Wed, 11 Jun 2008) Log Message: ----------- Update TODO list. Modified Paths: -------------- trunk/target-mips/TODO Modified: trunk/target-mips/TODO =================================================================== --- trunk/target-mips/TODO 2008-06-11 15:27:54 UTC (rev 4734) +++ trunk/target-mips/TODO 2008-06-11 20:58:36 UTC (rev 4735) @@ -30,6 +30,11 @@ each ASID change. Using the MMU modes to implement ASIDs hinges on implementing the global bit efficiently. - save/restore of the CPU state is not implemented (see machine.c). +- Improve cpu state handling: + Step 1) Collect all the TC state in a single struct, so we need only + a single global pointer per TC. + Step 2) Use only a single TC context as working context, and copy the + contexts on TC switch. Likewise for FPU contexts. MIPS64 ------