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