Statistics
| Branch: | Revision:

root / TODO @ c1713132

History | View | Annotate | Download (1.9 kB)

1 728c9fd5 bellard
short term:
2 728c9fd5 bellard
----------
3 47378eb1 bellard
- cycle counter for all archs
4 2023a2c8 bellard
- cpu_interrupt() win32/SMP fix
5 47378eb1 bellard
- support variable tsc freq
6 2023a2c8 bellard
- USB host async
7 2023a2c8 bellard
- IDE async
8 8f46820d bellard
- debug option in 'configure' script + disable -fomit-frame-pointer
9 53360e00 bellard
- Precise VGA timings for old games/demos (malc patch)
10 53360e00 bellard
- merge PIC spurious interrupt patch
11 6df700c2 bellard
- warning for OS/2: must not use 128 MB memory (merge bochs cmos patch ?)
12 8f46820d bellard
- config file (at least for windows/Mac OS X)
13 8f46820d bellard
- update doc: PCI infos.
14 8f46820d bellard
- basic VGA optimizations
15 52c00a5f bellard
- better code fetch (different exception handling + CS.limit support)
16 52c00a5f bellard
- do not resize vga if invalid size.
17 52c00a5f bellard
- avoid looping if only exceptions
18 2be3bc02 bellard
- TLB code protection support for PPC
19 8f46820d bellard
- see openMosix Doc 
20 52c00a5f bellard
- disable SMC handling for ARM/SPARC/PPC (not finished)
21 2be3bc02 bellard
- see undefined flags for BTx insn
22 82c7e2a4 bellard
- user/kernel PUSHL/POPL in helper.c
23 82c7e2a4 bellard
- keyboard output buffer filling timing emulation
24 3d4b4c0f bellard
- return UD exception if LOCK prefix incorrectly used
25 82c7e2a4 bellard
- test ldt limit < 7 ?
26 285dc330 bellard
- tests for each target CPU
27 411bffc4 bellard
- fix CCOP optimisation
28 df0f11a0 bellard
- fix all remaining thread lock issues (must put TBs in a specific invalid
29 df0f11a0 bellard
  state, find a solution for tb_flush()).
30 df0f11a0 bellard
31 8f46820d bellard
ppc specific:
32 8f46820d bellard
------------
33 8f46820d bellard
- TLB invalidate not needed if msr_pr changes
34 8f46820d bellard
- enable shift optimizations ?
35 8f46820d bellard
36 2023a2c8 bellard
linux-user specific:
37 2023a2c8 bellard
-------------------
38 285dc330 bellard
- add IPC syscalls
39 8f46820d bellard
- handle rare page fault cases (in particular if page fault in helpers or
40 df0f11a0 bellard
  in syscall emulation code).
41 b03c60f3 bellard
- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
42 b03c60f3 bellard
  issues, fix 16 bit uid issues)
43 df0f11a0 bellard
- use page_unprotect_range in every suitable syscall to handle all
44 df0f11a0 bellard
  cases of self modifying code.
45 2023a2c8 bellard
- fix thread stack freeing (use kernel 2.5.x CLONE_CHILD_CLEARTID)
46 2023a2c8 bellard
- use kernel traps for unaligned accesses on ARM ?
47 2023a2c8 bellard
48 2023a2c8 bellard
49 2023a2c8 bellard
lower priority:
50 2023a2c8 bellard
--------------
51 2023a2c8 bellard
- int15 ah=86: use better timing
52 2023a2c8 bellard
- suppress shift_mem ops
53 2023a2c8 bellard
- fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret)
54 2023a2c8 bellard
- optimize FPU operations (evaluate x87 stack pointer statically)
55 2023a2c8 bellard
- use -msoft-float on ARM