aboutsummaryrefslogtreecommitdiff
path: root/target-i386/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/TODO')
-rw-r--r--target-i386/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/target-i386/TODO b/target-i386/TODO
index 53be196415..15a3b36602 100644
--- a/target-i386/TODO
+++ b/target-i386/TODO
@@ -4,7 +4,6 @@ Correctness issues:
- SVM: rework the implementation: simplify code, move most intercept
tests as dynamic, correct segment access, verify exception safety,
cpu save/restore, SMM save/restore.
-- arpl eflags computation is invalid
- x86_64: fxsave/fxrestore intel/amd differences
- x86_64: lcall/ljmp intel/amd differences ?
- x86_64: cmpxchgl intel/amd differences ?
@@ -32,6 +31,8 @@ Optimizations/Features:
- add VMX support
- add AVX support
- add SSE5 support
+- faster EFLAGS update: consider SZAP, C, O can be updated separately
+ with a bit field in CC_OP and more state variables.
- evaluate x87 stack pointer statically
- find a way to avoid translating several time the same TB if CR0.TS
is set or not.