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,9 +6,10 @@ CPU common: | ||
6 | slot next page) | 6 | slot next page) |
7 | - Atomical instructions | 7 | - Atomical instructions |
8 | - CPU features should match real CPUs (also ASI selection) | 8 | - CPU features should match real CPUs (also ASI selection) |
9 | + - Allow choosing of NWINDOWS (CPU model specific and as a CPU feature) | ||
9 | - Optimizations/improvements: | 10 | - Optimizations/improvements: |
10 | - Condition code/branch handling like x86, also for FPU? | 11 | - Condition code/branch handling like x86, also for FPU? |
11 | - - Remove explicit alignment checks | 12 | + - Remove remaining explicit alignment checks |
12 | - Global register for regwptr, so that windowed registers can be | 13 | - Global register for regwptr, so that windowed registers can be |
13 | accessed directly | 14 | accessed directly |
14 | - Improve Sparc32plus addressing | 15 | - Improve Sparc32plus addressing |
@@ -59,7 +60,7 @@ Sun4m: | @@ -59,7 +60,7 @@ Sun4m: | ||
59 | - Arbitrary resolution support | 60 | - Arbitrary resolution support |
60 | - PCI for MicroSparc-IIe | 61 | - PCI for MicroSparc-IIe |
61 | - JavaStation machines | 62 | - JavaStation machines |
62 | - - SBus slot probing | 63 | + - SBus slot probing, FCode ROM support |
63 | - SMP probing support | 64 | - SMP probing support |
64 | - Interrupt routing does not match real HW | 65 | - Interrupt routing does not match real HW |
65 | - SuSE 7.3 keyboard sometimes unresponsive | 66 | - SuSE 7.3 keyboard sometimes unresponsive |
@@ -70,6 +71,7 @@ Sun4m: | @@ -70,6 +71,7 @@ Sun4m: | ||
70 | - DBRI audio (Am7930) | 71 | - DBRI audio (Am7930) |
71 | - BPP parallel | 72 | - BPP parallel |
72 | - Diagnostic switch | 73 | - Diagnostic switch |
74 | + - ESP PIO mode | ||
73 | 75 | ||
74 | Sun4d: | 76 | Sun4d: |
75 | - A lot of unimplemented features: | 77 | - A lot of unimplemented features: |