Statistics
| Branch: | Revision:

root / TODO @ 414f0dab

History | View | Annotate | Download (1.2 kB)

1 05ce71f1 bellard
General:
2 05ce71f1 bellard
-------
3 47378eb1 bellard
- cycle counter for all archs
4 2023a2c8 bellard
- cpu_interrupt() win32/SMP fix
5 53360e00 bellard
- Precise VGA timings for old games/demos (malc patch)
6 53360e00 bellard
- merge PIC spurious interrupt patch
7 6df700c2 bellard
- warning for OS/2: must not use 128 MB memory (merge bochs cmos patch ?)
8 8f46820d bellard
- config file (at least for windows/Mac OS X)
9 8f46820d bellard
- update doc: PCI infos.
10 8f46820d bellard
- basic VGA optimizations
11 05ce71f1 bellard
- better code fetch
12 52c00a5f bellard
- do not resize vga if invalid size.
13 2be3bc02 bellard
- TLB code protection support for PPC
14 52c00a5f bellard
- disable SMC handling for ARM/SPARC/PPC (not finished)
15 2be3bc02 bellard
- see undefined flags for BTx insn
16 82c7e2a4 bellard
- keyboard output buffer filling timing emulation
17 285dc330 bellard
- tests for each target CPU
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 df0f11a0 bellard
21 8f46820d bellard
ppc specific:
22 8f46820d bellard
------------
23 8f46820d bellard
- TLB invalidate not needed if msr_pr changes
24 8f46820d bellard
- enable shift optimizations ?
25 8f46820d bellard
26 2023a2c8 bellard
linux-user specific:
27 2023a2c8 bellard
-------------------
28 05ce71f1 bellard
- remove threading support as it cannot work at this point
29 05ce71f1 bellard
- improve IPC syscalls
30 b03c60f3 bellard
- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
31 b03c60f3 bellard
  issues, fix 16 bit uid issues)
32 2023a2c8 bellard
- use kernel traps for unaligned accesses on ARM ?
33 2023a2c8 bellard
34 2023a2c8 bellard
35 2023a2c8 bellard
lower priority:
36 2023a2c8 bellard
--------------
37 2023a2c8 bellard
- int15 ah=86: use better timing
38 2023a2c8 bellard
- use -msoft-float on ARM