diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-07 15:39:12 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-07 15:39:12 +0000 |
commit | bec19c0932e51752fbe0b0b59e9c7cc8a130c269 (patch) | |
tree | a930d1f0449f91069b518147d2ba61b982a37321 | |
parent | b5e817eac16ce07270b20e93e82167e319229fd9 (diff) | |
download | hqemu-bec19c0932e51752fbe0b0b59e9c7cc8a130c269.zip hqemu-bec19c0932e51752fbe0b0b59e9c7cc8a130c269.tar.gz |
Mention missing CPU save/restore.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4381 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | target-mips/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-mips/TODO b/target-mips/TODO index dda5801..c58956c 100644 --- a/target-mips/TODO +++ b/target-mips/TODO @@ -29,6 +29,7 @@ General To cope with these differences, Qemu currently flushes the TLB at 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). MIPS64 ------ |