Commit 2c52c8169a35eb5d15f81fe456219da30cadfe83
1 parent
f1770b3e
Keep track of mips related issues.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2325 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
17 additions
and
0 deletions
target-mips/TODO
0 → 100644
1 | +Unsolved issues/bugs in the mips/mipsel backend | |
2 | +----------------------------------------------- | |
3 | + | |
4 | +- MIPS64: | |
5 | + - No 64bit TLB support | |
6 | + - no 64bit wide registers for FPU | |
7 | + - 64bit mul/div handling broken | |
8 | + - DM[FT]C not implemented | |
9 | + | |
10 | +- TLB fails cornercase at address wrap around | |
11 | +- [ls][dw][lr] report broken (aligned) BadVAddr | |
12 | +- Missing per-CPU instruction decoding, currently all implemented | |
13 | + instructions are regarded as valid | |
14 | +- pcnet32 does not work for little endian emulation on big endian host | |
15 | + (probably not mips specific, but observable for mips-malta) | |
16 | + | |
17 | +- We fake firmware support instead of doing the real thing | ... | ... |