diff options
Diffstat (limited to 'target-i386/TODO')
-rw-r--r-- | target-i386/TODO | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target-i386/TODO b/target-i386/TODO index 9fd1bbeb3b..b671e24b4e 100644 --- a/target-i386/TODO +++ b/target-i386/TODO @@ -1,9 +1,7 @@ Correctness issues: - some eflags manipulation incorrectly reset the bit 0x2. -- SVM: rework the implementation: simplify code, move most intercept - tests as dynamic, correct segment access, verify exception safety, - cpu save/restore, SMM save/restore. +- SVM: test, cpu save/restore, SMM save/restore. - x86_64: lcall/ljmp intel/amd differences ? - better code fetch (different exception handling + CS.limit support) - user/kernel PUSHL/POPL in helper.c |