Update TODO list.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4735 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2008-06-11 20:58:36 +00:00
parent 5d0fc900d3
commit 2681b45add

View file

@ -30,6 +30,11 @@ General
each ASID change. Using the MMU modes to implement ASIDs hinges on each ASID change. Using the MMU modes to implement ASIDs hinges on
implementing the global bit efficiently. implementing the global bit efficiently.
- save/restore of the CPU state is not implemented (see machine.c). - 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 MIPS64
------ ------