]> git.proxmox.com Git - mirror_qemu.git/blame - TODO
ide select logic fix
[mirror_qemu.git] / TODO
CommitLineData
728c9fd5
FB
1short term:
2----------
67b915a5
FB
3- handle fast timers + add explicit clocks
4- OS/2 install bug
67b915a5 5- handle Self Modifying Code even if modifying current TB (BE OS 5 install)
50691463
FB
6- physical memory cache (reduce qemu-fast address space size to about 32 MB)
7- better code fetch
8- XP security bug
50691463 9- cycle counter for all archs
2be3bc02
FB
10- TLB code protection support for PPC
11- add sysenter/sysexit and fxsr for L4 pistachio 686
12- basic VGA optimizations
13- disable SMC handling for ARM/SPARC/PPC
14- see undefined flags for BTx insn
82c7e2a4
FB
15- user/kernel PUSHL/POPL in helper.c
16- keyboard output buffer filling timing emulation
3d4b4c0f 17- return UD exception if LOCK prefix incorrectly used
82c7e2a4
FB
18- cmos clock update and timers
19- test ldt limit < 7 ?
285dc330 20- tests for each target CPU
411bffc4 21- fix CCOP optimisation
df0f11a0
FB
22- fix all remaining thread lock issues (must put TBs in a specific invalid
23 state, find a solution for tb_flush()).
4690764b 24- fix arm fpu rounding (at least for float->integer conversions)
728c9fd5 25- SMP support
df0f11a0
FB
26
27lower priority:
28--------------
728c9fd5
FB
29- suppress shift_mem ops
30- fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret)
31- sysenter/sysexit emulation
50691463 32- optimize FPU operations (evaluate x87 stack pointer statically)
285dc330 33- add IPC syscalls
411bffc4
FB
34- use -msoft-float on ARM
35- use kernel traps for unaligned accesses on ARM ?
df0f11a0
FB
36- handle rare page fault cases (in particular if page fault in heplers or
37 in syscall emulation code).
3c51961e 38- fix thread stack freeing (use kernel 2.5.x CLONE_CHILD_CLEARTID)
b03c60f3
FB
39- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
40 issues, fix 16 bit uid issues)
df0f11a0
FB
41- use page_unprotect_range in every suitable syscall to handle all
42 cases of self modifying code.
43- use gcc as a backend to generate better code (easy to do by using
44 op-i386.c operations as local inline functions).
45- add SSE2/MMX operations