summaryrefslogtreecommitdiff
path: root/target-i386/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/TODO')
-rw-r--r--target-i386/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/TODO b/target-i386/TODO
index 15a3b36602..1a1bf562b6 100644
--- a/target-i386/TODO
+++ b/target-i386/TODO
@@ -1,5 +1,6 @@
Correctness issues:
+- some eflags manipulation incorrectly reset the bit 0x2.
- rework eflags optimization (will be a consequence of TCG port)
- SVM: rework the implementation: simplify code, move most intercept
tests as dynamic, correct segment access, verify exception safety,