aboutsummaryrefslogtreecommitdiff
path: root/target-i386/TODO
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-21 17:07:20 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-21 17:07:20 +0000
commitbd7a7b33df84cb053f9d2ac774d77372e4065d5f (patch)
tree0a50cda446062f042d8ee07ae88dc92d6b05bf78 /target-i386/TODO
parent3bd7da9e1851f024919c07eba4c29acf209ecd6e (diff)
convert eflags manipulation insns to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4515 c046a42c-6fe2-441c-8c8c-71466251a162
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,