diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-07 12:52:18 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-07 12:52:18 +0000 |
commit | 8b4af7052757965b9a03998f400955016b456431 (patch) | |
tree | 1491dfddd35d451d15cd9777f266a40717261203 /target-mips/TODO | |
parent | 0a6de7500261839c9383b30207ba2ca5f7a402eb (diff) | |
download | qemu-8b4af7052757965b9a03998f400955016b456431.zip |
Update TODO.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2778 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/TODO')
-rw-r--r-- | target-mips/TODO | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/target-mips/TODO b/target-mips/TODO index defe49112c..f91b5c6c6a 100644 --- a/target-mips/TODO +++ b/target-mips/TODO @@ -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 ------ |