Statistics
| Branch: | Revision:

root / TODO @ 829309c7

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