]> git.proxmox.com Git - qemu.git/blame - Changelog
pit fixes
[qemu.git] / Changelog
CommitLineData
b06eddd3
FB
1version 0.5.5:
2
3 - SDL full screen support (initial patch by malc)
4 - VGA support on PowerPC PREP
5 - VBE fixes (Matthew Mastracci)
ec844b96 6 - PIT fixes (aka Win98 hardware probe and timer bug)
b06eddd3 7
2f0c934e
FB
8version 0.5.4:
9
10 - qemu-fast fixes
11 - BIOS area protection fix (aka EMM386.EXE fix) (Mike Nordell)
12 - keyboard/mouse fix (Mike Nordell)
13 - IDE fixes (Linux did not recognized slave drivers)
14 - VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
91caaa61
FB
15 - QEMU can now boot a PowerPC Linux kernel (Jocelyn Mayer)
16 - User mode network stack
17 - imul imm8 fix + 0x82 opcode support (Hidemi KAWAI)
52c00a5f 18 - precise self modifying code (aka BeOS install bug)
2f0c934e 19
625976da
FB
20version 0.5.3:
21
6411cfb6 22 - added Bochs VESA VBE support
625976da
FB
23 - VGA memory map mode 3 access fix (OS/2 install fix)
24 - IDE fixes (Jens Axboe)
25 - CPU interrupt fixes
26 - fixed various TLB invalidation cases (NT install)
22a46c55 27 - fixed cr0.WP semantics (XP install)
94fe4f9f 28 - direct chaining support for SPARC and PowerPC (faster)
22a46c55
FB
29 - ARM NWFPE support (initial patch by Ulrich Hecht)
30 - added specific x86 to x86 translator (close to native performance
31 in qemu-i386 and qemu-fast)
94fe4f9f
FB
32 - shm syscalls support (Paul McKerras)
33 - added accurate CR0.MP/ME/TS emulation
34 - fixed DMA memory write access (Win95 boot floppy fix)
35 - graphical x86 linux loader
36 - command line monitor
37 - generic removable device support
38 - support of CD-ROM change
39 - multiple network interface support
bc51c5c9 40 - initial x86-64 host support (Gwenole Beauchesne)
d9d849fc 41 - lret to outer priviledge fix (OS/2 install fix)
bb27c190
FB
42 - task switch fixes (SkyOS boot)
43 - VM save/restore commands
44 - new timer API
45 - more precise RTC emulation (periodic timers + time updates)
67b915a5 46 - Win32 port (initial patch by Kazu)
bb27c190 47
efe160c5 48version 0.5.2:
2be3bc02 49
efe160c5
FB
50 - improved soft MMU speed (assembly functions and specializing)
51 - improved multitasking speed by avoiding flushing TBs when
52 switching tasks
53 - improved qemu-fast speed
54 - improved self modifying code handling (big performance gain in
55 softmmu mode).
56 - fixed IO checking
57 - fixed CD-ROM detection (win98 install CD)
58 - fixed addseg real mode bug (GRUB boot fix)
59 - added ROM memory support (win98 boot)
60 - fixed 'call Ev' in case of paging exception
61 - updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically
62 when launching executables for the supported target CPUs.
728c9fd5
FB
63 - PowerPC system emulation update (Jocelyn Mayer)
64 - PC floppy emulation and DMA fixes (Jocelyn Mayer)
65 - polled mode for PIC (Jocelyn Mayer)
2be3bc02
FB
66 - fixed PTE dirty bit handling
67 - fixed xadd same reg bug
68 - fixed cmpxchg exception safeness
3d4b4c0f
FB
69 - access to virtual memory in gdb stub
70 - task gate and NT flag fixes
e98c8721 71 - eflags optimisation fix for string operations
efe160c5 72
9c3ad574
FB
73version 0.5.1:
74
75 - float access fixes when using soft mmu
76 - PC emulation support on PowerPC
77 - A20 support
181f1558
FB
78 - IDE CD-ROM emulation
79 - ARM fixes (Ulrich Hecht)
80 - SB16 emulation (malc)
81 - IRET and INT fixes in VM86 mode with IOPL=3
82 - Port I/Os use TSS io map
83 - Full task switching/task gate support
67867308
FB
84 - added verr, verw, arpl, fcmovxx
85 - PowerPC target support (Jocelyn Mayer)
3811a291 86 - Major SPARC target fixes (dynamically linked programs begin to work)
9c3ad574 87
285dc330 88version 0.5.0:
9368caf6
FB
89
90 - full hardware level VGA emulation
91 - graphical display with SDL
92 - added PS/2 mouse and keyboard emulation
93 - popw (%esp) fix
94 - mov to/from segment data width fix
95 - added real mode support
0806e3f6 96 - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
9368caf6
FB
97 - m68k host port (Richard Zidlicky)
98 - partial soft MMU support for memory mapped I/Os
99 - multi-target build
fcf8fcc8
FB
100 - fixed: no error code in hardware interrupts
101 - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
102 - correct single stepping thru string operations
0806e3f6
FB
103 - preliminary SPARC target support (Thomas M. Ogrisegg)
104 - tun-fd option (Rusty Russell)
105 - automatic IDE geometry detection
285dc330 106 - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
0806e3f6 107 - added man page
9c3ad574 108 - added full soft mmu mode to launch unpatched OSes.
9368caf6 109
9d0fe224
FB
110version 0.4.3:
111
112 - x86 exception fix in case of nop instruction.
113 - gcc 3.2.2 bug workaround (RedHat 9 fix)
114 - sparc and Alpha host fixes
115 - many ARM target fixes: 'ls' and 'bash' can be launched.
116
4690764b
FB
117version 0.4.2:
118
119 - many exception handling fixes (can compile a Linux kernel inside vl)
120 - IDE emulation support
121 - initial GDB stub support
122 - deferred update support for disk images (Rusty Russell)
9d0fe224 123 - accept User Mode Linux Copy On Write disk images
4690764b
FB
124 - SMP kernels can at least be booted
125
d5a0b50c
FB
126version 0.4.1:
127
128 - more accurate timer support in vl.
129 - more reliable NE2000 probe in vl.
130 - added 2.5.66 kernel in vl-test.
131 - added VLTMPDIR environment variable in vl.
132
6c0372d3
FB
133version 0.4:
134
135 - initial support for ring 0 x86 processor emulation
136 - fixed signal handling for correct dosemu DPMI emulation
137 - fast x86 MMU emulation with mmap()
138 - fixed popl (%esp) case
1eb20527 139 - Linux kernel can be executed by QEMU with the 'vl' command.
6c0372d3 140
411bffc4 141version 0.3:
de83cd02
FB
142
143 - initial support for ARM emulation
411bffc4
FB
144 - added fnsave, frstor, fnstenv, fldenv FPU instructions
145 - added FPU register save in signal emulation
322d0c66 146 - initial ARM port
de83cd02
FB
147 - Sparc and Alpha ports work on the regression test
148 - generic ioctl number conversion
149 - fixed ioctl type conversion
411bffc4 150
3c51961e
FB
151version 0.2:
152
1eb20527
FB
153 - PowerPC disassembly and ELF symbols output (Rusty Russell)
154 - flock support (Rusty Russell)
155 - ugetrlimit support (Rusty Russell)
156 - fstat64 fix (Rusty Russell)
3c51961e
FB
157 - initial Alpha port (Falk Hueffner)
158 - initial IA64 port (Matt Wilson)
159 - initial Sparc and Sparc64 port (David S. Miller)
86840ae2 160 - added HLT instruction
70e19860
FB
161 - LRET instruction fix.
162 - added GPF generation for I/Os.
163 - added INT3 and TF flag support.
164 - SHL instruction C flag fix.
165 - mmap emulation for host page size > 4KB
166 - self-modifying code support
df0f11a0
FB
167 - better VM86 support (dosemu works on non trivial programs)
168 - precise exception support (EIP is computed correctly in most cases)
169 - more precise LDT/GDT/IDT emulation
170 - faster segment load in vm86 mode
171 - direct chaining of basic blocks (faster emulation)
3c51961e 172
66cd5846
FB
173version 0.1.6:
174
1eb87257
FB
175 - automatic library search system. QEMU can now work with unpatched
176 ELF dynamic loader and libc (Rusty Russell).
66cd5846 177 - ISO C warning fixes (Alistair Strachan)
1eb87257
FB
178 - first self-virtualizable version (works only as long as the
179 translation cache is not flushed)
180 - RH9 fixes
66cd5846 181
27c75a9a
FB
182version 0.1.5:
183
184 - ppc64 support + personality() patch (Rusty Russell)
185 - first Alpha CPU patches (Falk Hueffner)
186 - removed bfd.h dependancy
187 - fixed shrd, shld, idivl and divl on PowerPC.
188 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
189
bc8a22cc
FB
190version 0.1.4:
191
192 - more accurate VM86 emulation (can launch small DOS 16 bit
193 executables in wine).
194 - fixed push/pop fs/gs
195 - added iret instruction.
27c75a9a 196 - added times() syscall and SIOCATMARK ioctl.
bc8a22cc
FB
197
198version 0.1.3:
199
200 - S390 support (Ulrich Weigand)
201 - glibc 2.3.x compile fix (Ulrich Weigand)
202 - socketcall endian fix (Ulrich Weigand)
203 - struct sockaddr endian fix (Ulrich Weigand)
204 - sendmsg/recvmsg endian fix (Ulrich Weigand)
205 - execve endian fix (Ulrich Weigand)
206 - fdset endian fix (Ulrich Weigand)
207 - partial setsockopt syscall support (Ulrich Weigand)
208 - more accurate pushf/popf emulation
209 - first partial vm86() syscall support (can be used with runcom example).
210 - added bound, cmpxchg8b, cpuid instructions
211 - added 16 bit addressing support/override for string operations
212 - poll() fix
213
214version 0.1.2:
215
216 - compile fixes
217 - xlat instruction
218 - xchg instruction memory lock
219 - added simple vm86 example (not working with QEMU yet). The 54 byte
220 DOS executable 'pi_10.com' program was released by Bertram
221 Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
222
d691f669
FB
223version 0.1.1:
224
225 - glibc 2.2 compilation fixes
226 - added -s and -L options
227 - binary distribution of x86 glibc and wine
bc8a22cc 228 - big endian fixes in ELF loader and getdents.
d691f669 229
3ef693a0
FB
230version 0.1:
231
232 - initial public release.