~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to TODO

  • Committer: blueswir1
  • Date: 2007-09-25 17:30:09 UTC
  • Revision ID: git-v1:eb296a0a03eebd2d73718d31cd0d8a8db0b804de
 Remove the target dependency introduced by previous patch


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3239 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
General:
2
 
-------
 
1
short term:
 
2
----------
3
3
- cycle counter for all archs
4
4
- cpu_interrupt() win32/SMP fix
 
5
- support variable tsc freq
 
6
- USB host async
 
7
- IDE async
 
8
- debug option in 'configure' script + disable -fomit-frame-pointer
5
9
- Precise VGA timings for old games/demos (malc patch)
6
10
- merge PIC spurious interrupt patch
7
11
- warning for OS/2: must not use 128 MB memory (merge bochs cmos patch ?)
8
12
- config file (at least for windows/Mac OS X)
9
13
- update doc: PCI infos.
10
14
- basic VGA optimizations
11
 
- better code fetch
 
15
- better code fetch (different exception handling + CS.limit support)
12
16
- do not resize vga if invalid size.
 
17
- avoid looping if only exceptions
13
18
- TLB code protection support for PPC
 
19
- see openMosix Doc
14
20
- disable SMC handling for ARM/SPARC/PPC (not finished)
15
21
- see undefined flags for BTx insn
 
22
- user/kernel PUSHL/POPL in helper.c
16
23
- keyboard output buffer filling timing emulation
 
24
- return UD exception if LOCK prefix incorrectly used
 
25
- test ldt limit < 7 ?
17
26
- tests for each target CPU
 
27
- fix CCOP optimisation
18
28
- fix all remaining thread lock issues (must put TBs in a specific invalid
19
29
  state, find a solution for tb_flush()).
20
30
 
25
35
 
26
36
linux-user specific:
27
37
-------------------
28
 
- remove threading support as it cannot work at this point
29
 
- improve IPC syscalls
 
38
- add IPC syscalls
 
39
- handle rare page fault cases (in particular if page fault in helpers or
 
40
  in syscall emulation code).
30
41
- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
31
42
  issues, fix 16 bit uid issues)
 
43
- use page_unprotect_range in every suitable syscall to handle all
 
44
  cases of self modifying code.
 
45
- fix thread stack freeing (use kernel 2.5.x CLONE_CHILD_CLEARTID)
32
46
- use kernel traps for unaligned accesses on ARM ?
33
47
 
34
48
 
35
49
lower priority:
36
50
--------------
37
51
- int15 ah=86: use better timing
 
52
- suppress shift_mem ops
 
53
- fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret)
 
54
- optimize FPU operations (evaluate x87 stack pointer statically)
38
55
- use -msoft-float on ARM