Statistics
| Branch: | Revision:

root / TODO @ a74cdab4

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