Update TODO.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2778 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-05-07 12:52:18 +00:00
parent 0a6de75002
commit 8b4af70527
1 changed files with 3 additions and 4 deletions

View 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
------