Commit 7246bb21ba7321a0b741405836c24c303c13d268
1 parent
36bb244b
Update mips TODO.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2549 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
5 deletions
target-mips/TODO
... | ... | @@ -6,10 +6,6 @@ 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 | -- pcnet32 does not work for little endian emulation on big endian host | |
10 | - (probably not mips specific, but observable for mips-malta) | |
11 | -- CP1 enable/disable is checked at translation time, not at execution | |
12 | - time, so it will have delayed effect. | |
13 | 9 | |
14 | 10 | MIPS64 |
15 | 11 | ------ |
... | ... | @@ -25,4 +21,4 @@ MALTA system emulation |
25 | 21 | ---------------------- |
26 | 22 | - We fake firmware support instead of doing the real thing |
27 | 23 | - Real firmware falls over when trying to init RAM, presumably due |
28 | - to lacking I2C emulation. | |
24 | + to lacking system controller emulation. | ... | ... |