diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-04 16:10:33 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-04 16:10:33 +0000 |
commit | 82c7e2a4c6745ace4dbf3f0792d98dcb08979c00 (patch) | |
tree | f6d694e851aca280342086dffbcc2c743120d14f /TODO | |
parent | 546cdbd77da8ceb09ce1b4df4fbf9c68533e7f17 (diff) |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@501 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,14 +1,17 @@ +- user/kernel PUSHL/POPL in helper.c +- keyboard output buffer filling timing emulation +- verify tb_flush() with a20 and TLBs + +- cmos clock update and timers +- test ldt limit < 7 ? - tests for each target CPU -- ppc qemu test - optimize FPU operations (evaluate x87 stack pointer statically) and fix cr0.TS emulation -- fix some 16 bit sp push/pop overflow +- fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret) - sysenter/sysexit emulation -- finish segment ops (call far, ret far, load_seg suppressed) - fix CCOP optimisation - fix all remaining thread lock issues (must put TBs in a specific invalid state, find a solution for tb_flush()). -- cpu loop optimisation (optimise ret case as the cpu state does not change) - fix arm fpu rounding (at least for float->integer conversions) lower priority: |