]> git.proxmox.com Git - qemu.git/blame - TODO
This commit was manufactured by cvs2svn to create tag
[qemu.git] / TODO
CommitLineData
82c7e2a4
FB
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 ?
285dc330 7- tests for each target CPU
4690764b
FB
8- optimize FPU operations (evaluate x87 stack pointer statically) and
9 fix cr0.TS emulation
82c7e2a4 10- fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret)
285dc330 11- sysenter/sysexit emulation
411bffc4 12- fix CCOP optimisation
df0f11a0
FB
13- fix all remaining thread lock issues (must put TBs in a specific invalid
14 state, find a solution for tb_flush()).
4690764b 15- fix arm fpu rounding (at least for float->integer conversions)
df0f11a0
FB
16
17lower priority:
18--------------
285dc330 19- add IPC syscalls
4690764b 20- SMP support
411bffc4
FB
21- use -msoft-float on ARM
22- use kernel traps for unaligned accesses on ARM ?
df0f11a0
FB
23- handle rare page fault cases (in particular if page fault in heplers or
24 in syscall emulation code).
3c51961e 25- fix thread stack freeing (use kernel 2.5.x CLONE_CHILD_CLEARTID)
b03c60f3
FB
26- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
27 issues, fix 16 bit uid issues)
df0f11a0
FB
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