Code provision for n32/n64 mips userland emulation. Not functional yet.
[qemu] / target-mips / TODO
1 Unsolved issues/bugs in the mips/mipsel backend
2 -----------------------------------------------
3
4 General
5 -------
6 - [ls][dw][lr] report broken (aligned) BadVAddr
7
8 MIPS64
9 ------
10 - Userland emulation (both n32 and n64) not functional.
11
12 "Generic" 4Kc system emulation
13 ------------------------------
14 - Doesn't correspond to any real hardware.
15
16 PICA 61 system emulation
17 ------------------------
18 - No framebuffer support yet.
19
20 MALTA system emulation
21 ----------------------
22 - We fake firmware support instead of doing the real thing
23 - Real firmware falls over when trying to init RAM, presumably due
24   to lacking system controller emulation.