Commit 6df700c2069e85e5956228318a4e8a39a72763dd

Authored by bellard
1 parent b7bcbe95

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1310 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 8 deletions
1 short term: 1 short term:
2 ---------- 2 ----------
3 - debug option in 'configure' script + disable -fomit-frame-pointer 3 - debug option in 'configure' script + disable -fomit-frame-pointer
4 -- Solaris display error with Cirrus VGA  
5 - (http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00390.html).  
6 - Precise VGA timings for old games/demos (malc patch) 4 - Precise VGA timings for old games/demos (malc patch)
7 - merge PIC spurious interrupt patch 5 - merge PIC spurious interrupt patch
8 - merge VNC keyboard patch 6 - merge VNC keyboard patch
9 - merge Solaris patch 7 - merge Solaris patch
10 -- merge ARM patches + self modifying code patch (Paul Brook)  
11 -- warning for OS/2: must not use 128 MB memory 8 +- warning for OS/2: must not use 128 MB memory (merge bochs cmos patch ?)
12 - config file (at least for windows/Mac OS X) 9 - config file (at least for windows/Mac OS X)
13 - commit message if execution of code in IO memory 10 - commit message if execution of code in IO memory
14 - update doc: PCI infos. 11 - update doc: PCI infos.
15 - VNC patch + Synaptic patch. 12 - VNC patch + Synaptic patch.
16 - basic VGA optimizations 13 - basic VGA optimizations
17 -- test sysenter/sysexit and fxsr for L4 pistachio 686  
18 - physical memory cache (reduce qemu-fast address space size to about 32 MB) 14 - physical memory cache (reduce qemu-fast address space size to about 32 MB)
19 - better code fetch (different exception handling + CS.limit support) 15 - better code fetch (different exception handling + CS.limit support)
20 - do not resize vga if invalid size. 16 - do not resize vga if invalid size.
@@ -45,10 +41,8 @@ lower priority: @@ -45,10 +41,8 @@ lower priority:
45 -------------- 41 --------------
46 - more friendly BIOS (logo) 42 - more friendly BIOS (logo)
47 - int15 ah=86: use better timing 43 - int15 ah=86: use better timing
48 -- HDD geometry in CMOS (not used except for very old DOS programs)  
49 - suppress shift_mem ops 44 - suppress shift_mem ops
50 - fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret) 45 - fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret)
51 -- sysenter/sysexit emulation  
52 - optimize FPU operations (evaluate x87 stack pointer statically) 46 - optimize FPU operations (evaluate x87 stack pointer statically)
53 - add IPC syscalls 47 - add IPC syscalls
54 - use -msoft-float on ARM 48 - use -msoft-float on ARM
@@ -62,4 +56,3 @@ lower priority: @@ -62,4 +56,3 @@ lower priority:
62 cases of self modifying code. 56 cases of self modifying code.
63 - use gcc as a backend to generate better code (easy to do by using 57 - use gcc as a backend to generate better code (easy to do by using
64 op-i386.c operations as local inline functions). 58 op-i386.c operations as local inline functions).
65 -- add SSE2/MMX operations