Commit bec19c0932e51752fbe0b0b59e9c7cc8a130c269
1 parent
b5e817ea
Mention missing CPU save/restore.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4381 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
target-mips/TODO
... | ... | @@ -29,6 +29,7 @@ General |
29 | 29 | To cope with these differences, Qemu currently flushes the TLB at |
30 | 30 | each ASID change. Using the MMU modes to implement ASIDs hinges on |
31 | 31 | implementing the global bit efficiently. |
32 | +- save/restore of the CPU state is not implemented (see machine.c). | |
32 | 33 | |
33 | 34 | MIPS64 |
34 | 35 | ------ | ... | ... |