X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=TODO;h=56229dfd7adcd0f473a7f9aa5567185232b39966;hb=4690764bba3a489d5180106d08970ced59113e22;hp=2f65f7d4e732a3bdf7f5095566307063b812c7e8;hpb=3c1cf9fa865927759a78d476a218a7759fb38fb4;p=qemu.git diff --git a/TODO b/TODO index 2f65f7d4e..56229dfd7 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,17 @@ - -- finish segment ops (call far, ret far, load_seg suppressed) -- fix arm fpu rounding (at least for float->integer conversions) +- optimize FPU operations (evaluate x87 stack pointer statically) and + fix cr0.TS emulation - fix CCOP optimisation -- optimize FPU operations (evaluate x87 stack pointer statically) -- fpush not before mem load restarting - fix all remaining thread lock issues (must put TBs in a specific invalid state, find a solution for tb_flush()). -- add gcc 2.96 test configure (some gcc3 flags are needed) +- cpu loop optimisation (optimise ret case as the cpu state does not change) +- fix arm fpu rounding (at least for float->integer conversions) - add IPC syscalls lower priority: -------------- +- sysenter/sysexit emulation +- SMP support +- finish segment ops (call far, ret far, load_seg suppressed) - use -msoft-float on ARM - use kernel traps for unaligned accesses on ARM ? - handle rare page fault cases (in particular if page fault in heplers or