Update TODO.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 7 May 2007 12:52:18 +0000 (12:52 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 7 May 2007 12:52:18 +0000 (12:52 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2778 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/TODO

index defe49112c1612a22a2a0812dd0529c5c96e46ab..f91b5c6c6a0e8fadc59e2733c053916c0df78bae 100644 (file)
@@ -7,10 +7,9 @@ General
 - Missing per-CPU instruction decoding, currently all implemented
   instructions are regarded as valid
 - Applications running on top of a emulated Linux segfault sometimes
-  when the Qemu FPU emulation is disabled. This is apparently a qemu
-  bug triggered by the Linux in-kernel FPU emulator.
-- The Timesys Linux installer shell hangs for e.g. "read foo". Likewise,
-  telnet'ting in the installer fails and hangs the telnetd.
+  when the Qemu FPU emulation is disabled. Also gdb inside the emulated
+  system does not work. Both problems are caused by insufficient
+  handling of self-modifying code.
 
 MIPS64
 ------