]> git.proxmox.com Git - qemu.git/blobdiff - target-i386/TODO
Implement x86 SSSE3 instructions.
[qemu.git] / target-i386 / TODO
index 9fd1bbeb3bc9c06ce768b09bcbcb7f7f1007832b..b671e24b4ed174cbf08c7ea4997ea578b017bbba 100644 (file)
@@ -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