2008-05-14 02:26:52 +08:00
|
|
|
General:
|
|
|
|
-------
|
2006-07-05 00:33:33 +08:00
|
|
|
- cycle counter for all archs
|
2005-11-24 05:03:04 +08:00
|
|
|
- cpu_interrupt() win32/SMP fix
|
2004-11-15 02:58:40 +08:00
|
|
|
- merge PIC spurious interrupt patch
|
2005-02-23 03:43:42 +08:00
|
|
|
- warning for OS/2: must not use 128 MB memory (merge bochs cmos patch ?)
|
2004-11-08 01:44:42 +08:00
|
|
|
- config file (at least for windows/Mac OS X)
|
|
|
|
- update doc: PCI infos.
|
|
|
|
- basic VGA optimizations
|
2008-05-14 02:26:52 +08:00
|
|
|
- better code fetch
|
2004-04-26 05:27:03 +08:00
|
|
|
- do not resize vga if invalid size.
|
2004-01-19 07:14:25 +08:00
|
|
|
- TLB code protection support for PPC
|
2004-04-26 05:27:03 +08:00
|
|
|
- disable SMC handling for ARM/SPARC/PPC (not finished)
|
2004-01-19 07:14:25 +08:00
|
|
|
- see undefined flags for BTx insn
|
2004-01-05 00:10:33 +08:00
|
|
|
- keyboard output buffer filling timing emulation
|
2003-10-28 07:58:04 +08:00
|
|
|
- tests for each target CPU
|
2003-05-28 08:27:57 +08:00
|
|
|
- fix all remaining thread lock issues (must put TBs in a specific invalid
|
|
|
|
state, find a solution for tb_flush()).
|
|
|
|
|
2004-11-08 01:44:42 +08:00
|
|
|
ppc specific:
|
|
|
|
------------
|
|
|
|
- TLB invalidate not needed if msr_pr changes
|
|
|
|
- enable shift optimizations ?
|
|
|
|
|
2005-11-24 05:03:04 +08:00
|
|
|
linux-user specific:
|
|
|
|
-------------------
|
2008-05-14 02:26:52 +08:00
|
|
|
- remove threading support as it cannot work at this point
|
|
|
|
- improve IPC syscalls
|
2003-03-24 01:19:56 +08:00
|
|
|
- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
|
|
|
|
issues, fix 16 bit uid issues)
|
2005-11-24 05:03:04 +08:00
|
|
|
- use kernel traps for unaligned accesses on ARM ?
|
|
|
|
|
|
|
|
|
|
|
|
lower priority:
|
|
|
|
--------------
|
|
|
|
- int15 ah=86: use better timing
|
|
|
|
- use -msoft-float on ARM
|