Commit 47378eb1ca3730d3c22ca741f8e72d74fd48f493
1 parent
e3c2613f
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2037 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
8 deletions
TODO
| 1 | 1 | short term: |
| 2 | 2 | ---------- |
| 3 | -- support variable tsc freq | |
| 3 | +- cycle counter for all archs | |
| 4 | 4 | - cpu_interrupt() win32/SMP fix |
| 5 | +- support variable tsc freq | |
| 5 | 6 | - USB host async |
| 6 | 7 | - IDE async |
| 7 | 8 | - debug option in 'configure' script + disable -fomit-frame-pointer |
| 8 | 9 | - Precise VGA timings for old games/demos (malc patch) |
| 9 | 10 | - merge PIC spurious interrupt patch |
| 10 | -- merge Solaris patch | |
| 11 | 11 | - warning for OS/2: must not use 128 MB memory (merge bochs cmos patch ?) |
| 12 | 12 | - config file (at least for windows/Mac OS X) |
| 13 | -- commit message if execution of code in IO memory | |
| 14 | 13 | - update doc: PCI infos. |
| 15 | -- VNC patch + Synaptic patch. | |
| 16 | 14 | - basic VGA optimizations |
| 17 | -- physical memory cache (reduce qemu-fast address space size to about 32 MB) | |
| 18 | 15 | - better code fetch (different exception handling + CS.limit support) |
| 19 | 16 | - do not resize vga if invalid size. |
| 20 | 17 | - avoid looping if only exceptions |
| 21 | -- cycle counter for all archs | |
| 22 | 18 | - TLB code protection support for PPC |
| 23 | 19 | - see openMosix Doc |
| 24 | 20 | - disable SMC handling for ARM/SPARC/PPC (not finished) |
| ... | ... | @@ -31,12 +27,10 @@ short term: |
| 31 | 27 | - fix CCOP optimisation |
| 32 | 28 | - fix all remaining thread lock issues (must put TBs in a specific invalid |
| 33 | 29 | state, find a solution for tb_flush()). |
| 34 | -- fix arm fpu rounding (at least for float->integer conversions) | |
| 35 | 30 | |
| 36 | 31 | ppc specific: |
| 37 | 32 | ------------ |
| 38 | 33 | - TLB invalidate not needed if msr_pr changes |
| 39 | -- SPR_ENCODE() not useful | |
| 40 | 34 | - enable shift optimizations ? |
| 41 | 35 | |
| 42 | 36 | linux-user specific: | ... | ... |