Bochs/bochs/cpu/todo

57 lines
1.4 KiB
Plaintext
Raw Normal View History

2005-08-10 19:04:19 +00:00
TODO (know issues in CPU model):
-------------------------------
[!] The following 3DNow! instructions still not implemented:
PF2IW_PqQq
PFNACC_PqQq
PFPNACC_PqQq
PFCMPGE_PqQq
PFCMPGT_PqQq
PFCMPEQ_PqQq
PFMIN_PqQq
PFMAX_PqQq
PFRCP_PqQq
PFRSQRT_PqQq
PFSUB_PqQq
PFSUBR_PqQq
PFADD_PqQq
PFACC_PqQq,
PFMUL_PqQq
PFRCPIT1_PqQq
PFRSQIT1_PqQq
PFRCPIT2_PqQq
[!] CPUID does not report 3DNow! instruction set
[!] Some of APIC functionality still not implemented, for example
2008-12-11 21:00:01 +00:00
- LVT pins handling
- Filter interrupts according processor priority (PPR)
2005-08-10 19:04:19 +00:00
[!] REP NOP is PAUSE (on P4/XEON)
When running in SMP mode, this means that we are in a spin loop.
This processor should yield to the other one, as we are anyhow waiting
for a lock, and any other processor is responsible for this.
2008-04-08 17:59:51 +00:00
[!] 32-bit linear address wrap when executing in legacy mode might be
2008-04-16 05:41:43 +00:00
not implemented correctly for system memory accesses (like descriptor
2008-04-08 17:59:51 +00:00
tables and etc)
2008-02-02 21:46:54 +00:00
[!] AMD and Intel x86_64 implementations are different.
2009-10-02 16:09:08 +00:00
Currently Bochs emulation is according to Intel version.
Do we need to support both ?
2009-01-31 11:34:51 +00:00
[!] VMX:
- Dual-monitor treatment of SMIs and SMM not implemented yet
- VMENTER to not-active state not supported yet
[!] SVM:
- Decoding assists, pause filter, VMCB clean are not implemented yet
- More?
2011-07-30 14:30:35 +00:00
[!] TODO: Convert CPUDB to plugins and search for them in runtime