update
[qemu] / TODO
1 - user/kernel PUSHL/POPL in helper.c
2 - keyboard output buffer filling timing emulation
3 - verify tb_flush() with a20 and TLBs
4
5 - cmos clock update and timers
6 - test ldt limit < 7 ?
7 - tests for each target CPU
8 - optimize FPU operations (evaluate x87 stack pointer statically) and
9   fix cr0.TS emulation
10 - fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret)
11 - sysenter/sysexit emulation
12 - fix CCOP optimisation
13 - fix all remaining thread lock issues (must put TBs in a specific invalid
14   state, find a solution for tb_flush()).
15 - fix arm fpu rounding (at least for float->integer conversions)
16
17 lower priority:
18 --------------
19 - add IPC syscalls
20 - SMP support
21 - use -msoft-float on ARM
22 - use kernel traps for unaligned accesses on ARM ?
23 - handle rare page fault cases (in particular if page fault in heplers or
24   in syscall emulation code).
25 - fix thread stack freeing (use kernel 2.5.x CLONE_CHILD_CLEARTID)
26 - more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
27   issues, fix 16 bit uid issues)
28 - use page_unprotect_range in every suitable syscall to handle all
29   cases of self modifying code.
30 - use gcc as a backend to generate better code (easy to do by using
31   op-i386.c operations as local inline functions).
32 - add SSE2/MMX operations