blob: 1d4c638f271dd9a397f71f80f721e3434b0e5b03 [file] [log] [blame]
bellard05ce71f2008-05-13 18:26:52 +00001General:
2-------
bellard47378eb2006-07-04 16:33:33 +00003- cycle counter for all archs
bellard2023a2c2005-11-23 21:03:04 +00004- cpu_interrupt() win32/SMP fix
bellard53360e02004-11-14 18:58:40 +00005- merge PIC spurious interrupt patch
bellard6df700c2005-02-22 19:43:42 +00006- warning for OS/2: must not use 128 MB memory (merge bochs cmos patch ?)
bellard8f468202004-11-07 17:44:42 +00007- config file (at least for windows/Mac OS X)
bellard8f468202004-11-07 17:44:42 +00008- update doc: PCI infos.
bellard8f468202004-11-07 17:44:42 +00009- basic VGA optimizations
bellard05ce71f2008-05-13 18:26:52 +000010- better code fetch
bellard52c00a52004-04-25 21:27:03 +000011- do not resize vga if invalid size.
bellard2be3bc02004-01-18 23:14:25 +000012- TLB code protection support for PPC
bellard52c00a52004-04-25 21:27:03 +000013- disable SMC handling for ARM/SPARC/PPC (not finished)
bellard2be3bc02004-01-18 23:14:25 +000014- see undefined flags for BTx insn
bellard82c7e2a2004-01-04 16:10:33 +000015- keyboard output buffer filling timing emulation
bellard285dc332003-10-27 23:58:04 +000016- tests for each target CPU
bellarddf0f11a2003-05-28 00:27:57 +000017- fix all remaining thread lock issues (must put TBs in a specific invalid
18 state, find a solution for tb_flush()).
bellarddf0f11a2003-05-28 00:27:57 +000019
bellard8f468202004-11-07 17:44:42 +000020ppc specific:
21------------
22- TLB invalidate not needed if msr_pr changes
bellard8f468202004-11-07 17:44:42 +000023- enable shift optimizations ?
24
bellard2023a2c2005-11-23 21:03:04 +000025linux-user specific:
26-------------------
bellard05ce71f2008-05-13 18:26:52 +000027- remove threading support as it cannot work at this point
28- improve IPC syscalls
bellardb03c60f2003-03-23 17:19:56 +000029- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
30 issues, fix 16 bit uid issues)
bellard2023a2c2005-11-23 21:03:04 +000031- use kernel traps for unaligned accesses on ARM ?
32
33
34lower priority:
35--------------
36- int15 ah=86: use better timing
bellard2023a2c2005-11-23 21:03:04 +000037- use -msoft-float on ARM