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