Commit 81e1e20979c9b09202277e125373e40bf2fb9e24

Authored by ths
1 parent 3b1c8be4

Update TODO.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2346 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 4 additions and 3 deletions
target-mips/TODO
@@ -14,7 +14,8 @@ MIPS64 @@ -14,7 +14,8 @@ MIPS64
14 - No 64bit TLB support 14 - No 64bit TLB support
15 - no 64bit wide registers for FPU 15 - no 64bit wide registers for FPU
16 - 64bit mul/div handling broken 16 - 64bit mul/div handling broken
17 -- DM[FT]C not implemented 17 +- DM[FT]C not implemented, M[FT]C does not cut sign extensions in all
  18 + cases.
18 19
19 "Generic" 4Kc system emulation 20 "Generic" 4Kc system emulation
20 ------------------------------ 21 ------------------------------
@@ -23,5 +24,5 @@ MIPS64 @@ -23,5 +24,5 @@ MIPS64
23 MALTA system emulation 24 MALTA system emulation
24 ---------------------- 25 ----------------------
25 - We fake firmware support instead of doing the real thing 26 - We fake firmware support instead of doing the real thing
26 -- 2.4 Kernels receive spurious PIIX4 interrupts, indicates some  
27 - divergence from actual hardware. 27 +- Linux 2.4/2.6 Kernels receive spurious PIIX4 interrupts, noisy on 2.4,
  28 + silent on 2.6, indicates some divergence from actual hardware.