From: ths Date: Wed, 11 Jun 2008 20:58:36 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~14551 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2681b45add5f22694d645183a82824722b7191be;p=sdk%2Femulator%2Fqemu.git Update TODO list. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4735 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-mips/TODO b/target-mips/TODO index c58956c..6722c20 100644 --- a/target-mips/TODO +++ b/target-mips/TODO @@ -30,6 +30,11 @@ General 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 ------