Commit 8b4af7052757965b9a03998f400955016b456431
1 parent
0a6de750
Update TODO.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2778 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
4 deletions
target-mips/TODO
@@ -7,10 +7,9 @@ General | @@ -7,10 +7,9 @@ General | ||
7 | - Missing per-CPU instruction decoding, currently all implemented | 7 | - Missing per-CPU instruction decoding, currently all implemented |
8 | instructions are regarded as valid | 8 | instructions are regarded as valid |
9 | - Applications running on top of a emulated Linux segfault sometimes | 9 | - Applications running on top of a emulated Linux segfault sometimes |
10 | - when the Qemu FPU emulation is disabled. This is apparently a qemu | ||
11 | - bug triggered by the Linux in-kernel FPU emulator. | ||
12 | -- The Timesys Linux installer shell hangs for e.g. "read foo". Likewise, | ||
13 | - telnet'ting in the installer fails and hangs the telnetd. | 10 | + when the Qemu FPU emulation is disabled. Also gdb inside the emulated |
11 | + system does not work. Both problems are caused by insufficient | ||
12 | + handling of self-modifying code. | ||
14 | 13 | ||
15 | MIPS64 | 14 | MIPS64 |
16 | ------ | 15 | ------ |