From: ths Date: Wed, 7 May 2008 15:39:12 +0000 (+0000) Subject: Mention missing CPU save/restore. X-Git-Tag: xen-3.3.0-rc1~194^2^2~71 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bec19c0932e51752fbe0b0b59e9c7cc8a130c269;p=qemu-xen-3.3-testing.git Mention missing CPU save/restore. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4381 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-mips/TODO b/target-mips/TODO index dda58011..c58956cf 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 ------