diff options
author | bellard <bellard> | 2003-07-07 12:17:46 +0000 |
---|---|---|
committer | bellard <bellard> | 2003-07-07 12:17:46 +0000 |
commit | c6c8a521a9068f2ea954ecdeca34530446780294 (patch) | |
tree | a1a640093441b56921c7e0c0139304e96709e8a9 /qemu/TODO | |
parent | 5fee2a320f6e4a7b89b284912153e9a8b657e166 (diff) |
update
Diffstat (limited to 'qemu/TODO')
-rw-r--r-- | qemu/TODO | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,16 +1,17 @@ - -- finish segment ops (call far, ret far, load_seg suppressed) -- fix arm fpu rounding (at least for float->integer conversions) +- optimize FPU operations (evaluate x87 stack pointer statically) and + fix cr0.TS emulation - fix CCOP optimisation -- optimize FPU operations (evaluate x87 stack pointer statically) -- fpush not before mem load restarting - fix all remaining thread lock issues (must put TBs in a specific invalid state, find a solution for tb_flush()). -- add gcc 2.96 test configure (some gcc3 flags are needed) +- cpu loop optimisation (optimise ret case as the cpu state does not change) +- fix arm fpu rounding (at least for float->integer conversions) - add IPC syscalls lower priority: -------------- +- sysenter/sysexit emulation +- SMP support +- finish segment ops (call far, ret far, load_seg suppressed) - use -msoft-float on ARM - use kernel traps for unaligned accesses on ARM ? - handle rare page fault cases (in particular if page fault in heplers or |