From 3bd7da9e1851f024919c07eba4c29acf209ecd6e Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 21 May 2008 16:34:06 +0000 Subject: convert remaining segment handling to TCG git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4514 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-i386/TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target-i386/TODO') 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. -- cgit v1.2.1