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