Statistics
| Branch: | Revision:

root / TODO @ d1d9f421

History | View | Annotate | Download (1.8 kB)

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