Statistics
| Branch: | Revision:

root / TODO @ d3c61721

History | View | Annotate | Download (2.6 kB)

1 728c9fd5 bellard
short term:
2 728c9fd5 bellard
----------
3 8f46820d bellard
- debug option in 'configure' script + disable -fomit-frame-pointer
4 53360e00 bellard
- Solaris display error with Cirrus VGA
5 53360e00 bellard
  (http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00390.html).
6 53360e00 bellard
- Precise VGA timings for old games/demos (malc patch)
7 53360e00 bellard
- merge PIC spurious interrupt patch
8 53360e00 bellard
- merge VNC keyboard patch
9 8f46820d bellard
- merge Solaris patch
10 8f46820d bellard
- merge ARM patches + self modifying code patch (Paul Brook)
11 8f46820d bellard
- warning for OS/2: must not use 128 MB memory
12 8f46820d bellard
- config file (at least for windows/Mac OS X)
13 8f46820d bellard
- commit message if execution of code in IO memory
14 8f46820d bellard
- update doc: PCI infos.
15 8f46820d bellard
- VNC patch + Synaptic patch.
16 8f46820d bellard
- basic VGA optimizations
17 8f46820d bellard
- test sysenter/sysexit and fxsr for L4 pistachio 686
18 52c00a5f bellard
- physical memory cache (reduce qemu-fast address space size to about 32 MB)
19 52c00a5f bellard
- better code fetch (different exception handling + CS.limit support)
20 52c00a5f bellard
- do not resize vga if invalid size.
21 52c00a5f bellard
- avoid looping if only exceptions
22 50691463 bellard
- cycle counter for all archs
23 2be3bc02 bellard
- TLB code protection support for PPC
24 8f46820d bellard
- see openMosix Doc 
25 52c00a5f bellard
- disable SMC handling for ARM/SPARC/PPC (not finished)
26 2be3bc02 bellard
- see undefined flags for BTx insn
27 82c7e2a4 bellard
- user/kernel PUSHL/POPL in helper.c
28 82c7e2a4 bellard
- keyboard output buffer filling timing emulation
29 3d4b4c0f bellard
- return UD exception if LOCK prefix incorrectly used
30 82c7e2a4 bellard
- test ldt limit < 7 ?
31 285dc330 bellard
- tests for each target CPU
32 411bffc4 bellard
- fix CCOP optimisation
33 df0f11a0 bellard
- fix all remaining thread lock issues (must put TBs in a specific invalid
34 df0f11a0 bellard
  state, find a solution for tb_flush()).
35 4690764b bellard
- fix arm fpu rounding (at least for float->integer conversions)
36 728c9fd5 bellard
- SMP support
37 df0f11a0 bellard
38 8f46820d bellard
ppc specific:
39 8f46820d bellard
------------
40 8f46820d bellard
- TLB invalidate not needed if msr_pr changes
41 8f46820d bellard
- endianness bugs in do_load_fpscr and do_store_fpscr
42 8f46820d bellard
- SPR_ENCODE() not useful
43 8f46820d bellard
- enable shift optimizations ?
44 8f46820d bellard
45 df0f11a0 bellard
lower priority:
46 df0f11a0 bellard
--------------
47 8f46820d bellard
- more friendly BIOS (logo)
48 8f46820d bellard
- int15 ah=86: use better timing
49 52c00a5f bellard
- HDD geometry in CMOS (not used except for very old DOS programs)
50 728c9fd5 bellard
- suppress shift_mem ops
51 728c9fd5 bellard
- fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret)
52 728c9fd5 bellard
- sysenter/sysexit emulation
53 50691463 bellard
- optimize FPU operations (evaluate x87 stack pointer statically)
54 285dc330 bellard
- add IPC syscalls
55 411bffc4 bellard
- use -msoft-float on ARM
56 411bffc4 bellard
- use kernel traps for unaligned accesses on ARM ?
57 8f46820d bellard
- handle rare page fault cases (in particular if page fault in helpers or
58 df0f11a0 bellard
  in syscall emulation code).
59 3c51961e bellard
- fix thread stack freeing (use kernel 2.5.x CLONE_CHILD_CLEARTID)
60 b03c60f3 bellard
- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
61 b03c60f3 bellard
  issues, fix 16 bit uid issues)
62 df0f11a0 bellard
- use page_unprotect_range in every suitable syscall to handle all
63 df0f11a0 bellard
  cases of self modifying code.
64 df0f11a0 bellard
- use gcc as a backend to generate better code (easy to do by using
65 df0f11a0 bellard
  op-i386.c operations as local inline functions).
66 df0f11a0 bellard
- add SSE2/MMX operations