diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-07 13:55:33 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-07 13:55:33 +0000 |
commit | 5a5012ecbdcd341bb1d2e8200db91f6212aa44df (patch) | |
tree | fd30050630993cfe86d7005645af6161a9273b68 /target-mips/TODO | |
parent | 8b4af7052757965b9a03998f400955016b456431 (diff) | |
download | qemu-5a5012ecbdcd341bb1d2e8200db91f6212aa44df.zip |
MIPS 64-bit FPU support, plus some collateral bugfixes in the
conditional branch handling.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2779 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/TODO')
-rw-r--r-- | target-mips/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target-mips/TODO b/target-mips/TODO index f91b5c6c6a..a5842ff276 100644 --- a/target-mips/TODO +++ b/target-mips/TODO @@ -10,11 +10,12 @@ General when the Qemu FPU emulation is disabled. Also gdb inside the emulated system does not work. Both problems are caused by insufficient handling of self-modifying code. +- Floating point exception emulation is incomplete. MIPS64 ------ - No 64bit TLB support -- no 64bit wide registers for FPU +- 64bit FPU not fully implemented - 64bit mul/div handling broken "Generic" 4Kc system emulation |