mirror of https://github.com/xemu-project/xemu.git
Update TODO
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4464 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f5ef6aacd4
commit
79c638586e
|
@ -6,9 +6,10 @@ CPU common:
|
||||||
slot next page)
|
slot next page)
|
||||||
- Atomical instructions
|
- Atomical instructions
|
||||||
- CPU features should match real CPUs (also ASI selection)
|
- CPU features should match real CPUs (also ASI selection)
|
||||||
|
- Allow choosing of NWINDOWS (CPU model specific and as a CPU feature)
|
||||||
- Optimizations/improvements:
|
- Optimizations/improvements:
|
||||||
- Condition code/branch handling like x86, also for FPU?
|
- Condition code/branch handling like x86, also for FPU?
|
||||||
- Remove explicit alignment checks
|
- Remove remaining explicit alignment checks
|
||||||
- Global register for regwptr, so that windowed registers can be
|
- Global register for regwptr, so that windowed registers can be
|
||||||
accessed directly
|
accessed directly
|
||||||
- Improve Sparc32plus addressing
|
- Improve Sparc32plus addressing
|
||||||
|
@ -59,7 +60,7 @@ Sun4m:
|
||||||
- Arbitrary resolution support
|
- Arbitrary resolution support
|
||||||
- PCI for MicroSparc-IIe
|
- PCI for MicroSparc-IIe
|
||||||
- JavaStation machines
|
- JavaStation machines
|
||||||
- SBus slot probing
|
- SBus slot probing, FCode ROM support
|
||||||
- SMP probing support
|
- SMP probing support
|
||||||
- Interrupt routing does not match real HW
|
- Interrupt routing does not match real HW
|
||||||
- SuSE 7.3 keyboard sometimes unresponsive
|
- SuSE 7.3 keyboard sometimes unresponsive
|
||||||
|
@ -70,6 +71,7 @@ Sun4m:
|
||||||
- DBRI audio (Am7930)
|
- DBRI audio (Am7930)
|
||||||
- BPP parallel
|
- BPP parallel
|
||||||
- Diagnostic switch
|
- Diagnostic switch
|
||||||
|
- ESP PIO mode
|
||||||
|
|
||||||
Sun4d:
|
Sun4d:
|
||||||
- A lot of unimplemented features:
|
- A lot of unimplemented features:
|
||||||
|
|
Loading…
Reference in New Issue