Commit 79c638586e64dd666f8869771813a44248c61d83
1 parent
f5ef6aac
Update TODO
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4464 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
4 additions
and
2 deletions
target-sparc/TODO
... | ... | @@ -6,9 +6,10 @@ CPU common: |
6 | 6 | slot next page) |
7 | 7 | - Atomical instructions |
8 | 8 | - CPU features should match real CPUs (also ASI selection) |
9 | + - Allow choosing of NWINDOWS (CPU model specific and as a CPU feature) | |
9 | 10 | - Optimizations/improvements: |
10 | 11 | - Condition code/branch handling like x86, also for FPU? |
11 | - - Remove explicit alignment checks | |
12 | + - Remove remaining explicit alignment checks | |
12 | 13 | - Global register for regwptr, so that windowed registers can be |
13 | 14 | accessed directly |
14 | 15 | - Improve Sparc32plus addressing |
... | ... | @@ -59,7 +60,7 @@ Sun4m: |
59 | 60 | - Arbitrary resolution support |
60 | 61 | - PCI for MicroSparc-IIe |
61 | 62 | - JavaStation machines |
62 | - - SBus slot probing | |
63 | + - SBus slot probing, FCode ROM support | |
63 | 64 | - SMP probing support |
64 | 65 | - Interrupt routing does not match real HW |
65 | 66 | - SuSE 7.3 keyboard sometimes unresponsive |
... | ... | @@ -70,6 +71,7 @@ Sun4m: |
70 | 71 | - DBRI audio (Am7930) |
71 | 72 | - BPP parallel |
72 | 73 | - Diagnostic switch |
74 | + - ESP PIO mode | |
73 | 75 | |
74 | 76 | Sun4d: |
75 | 77 | - A lot of unimplemented features: | ... | ... |