Statistics
| Branch: | Revision:

root / TODO @ 6c9bf893

History | View | Annotate | Download (1.5 kB)

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