Replace tabs by 8 spaces. No code change, by Herve Poussineau.
[qemu/dscho.git] / target-mips / TODO
blob784c95507e699d5354e1e1629e99b4b7daab99ff
1 Unsolved issues/bugs in the mips/mipsel backend
2 -----------------------------------------------
4 General
5 -------
6 - [ls][dw][lr] report broken (aligned) BadVAddr
7 - Missing per-CPU instruction decoding, currently all implemented
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, the tb misses a flush
11   in that case.
12 - gdb breakpoints inside the emulated system work only due to a hack
13   which disassembles over the end of the current tb.
15 MIPS64
16 ------
17 - Only lighly tested but apparently functional as of 2007-05-31.
19 "Generic" 4Kc system emulation
20 ------------------------------
21 - Doesn't correspond to any real hardware.
23 PICA 61 system emulation
24 ------------------------
25 - No framebuffer support yet.
27 MALTA system emulation
28 ----------------------
29 - We fake firmware support instead of doing the real thing
30 - Real firmware falls over when trying to init RAM, presumably due
31   to lacking system controller emulation.