]> git.proxmox.com Git - qemu.git/blame - TODO
update
[qemu.git] / TODO
CommitLineData
4690764b
FB
1- optimize FPU operations (evaluate x87 stack pointer statically) and
2 fix cr0.TS emulation
411bffc4 3- fix CCOP optimisation
df0f11a0
FB
4- fix all remaining thread lock issues (must put TBs in a specific invalid
5 state, find a solution for tb_flush()).
4690764b
FB
6- cpu loop optimisation (optimise ret case as the cpu state does not change)
7- fix arm fpu rounding (at least for float->integer conversions)
df0f11a0 8- add IPC syscalls
df0f11a0
FB
9
10lower priority:
11--------------
4690764b
FB
12- sysenter/sysexit emulation
13- SMP support
14- finish segment ops (call far, ret far, load_seg suppressed)
411bffc4
FB
15- use -msoft-float on ARM
16- use kernel traps for unaligned accesses on ARM ?
df0f11a0
FB
17- handle rare page fault cases (in particular if page fault in heplers or
18 in syscall emulation code).
3c51961e 19- fix thread stack freeing (use kernel 2.5.x CLONE_CHILD_CLEARTID)
b03c60f3
FB
20- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
21 issues, fix 16 bit uid issues)
df0f11a0
FB
22- use page_unprotect_range in every suitable syscall to handle all
23 cases of self modifying code.
24- use gcc as a backend to generate better code (easy to do by using
25 op-i386.c operations as local inline functions).
26- add SSE2/MMX operations