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