Commit 509b8ab2cc082759ac06a5c0fb5e6012022b17cb
1 parent
1c32f43e
Update TODO.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2739 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
9 additions
and
0 deletions
target-mips/TODO
| ... | ... | @@ -6,6 +6,11 @@ General |
| 6 | 6 | - [ls][dw][lr] report broken (aligned) BadVAddr |
| 7 | 7 | - Missing per-CPU instruction decoding, currently all implemented |
| 8 | 8 | instructions are regarded as valid |
| 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. | |
| 9 | 14 | |
| 10 | 15 | MIPS64 |
| 11 | 16 | ------ |
| ... | ... | @@ -17,6 +22,10 @@ MIPS64 |
| 17 | 22 | ------------------------------ |
| 18 | 23 | - Doesn't correspond to any real hardware. |
| 19 | 24 | |
| 25 | +PICA 61 system emulation | |
| 26 | +------------------------ | |
| 27 | +- No framebuffer support yet. | |
| 28 | + | |
| 20 | 29 | MALTA system emulation |
| 21 | 30 | ---------------------- |
| 22 | 31 | - We fake firmware support instead of doing the real thing | ... | ... |