Statistics
| Branch: | Revision:

root / Changelog @ 61a8c4ec

History | View | Annotate | Download (10.2 kB)

1
version 0.6.1:
2

    
3
  - Mac OS X port (Pierre d'Herbemont)
4
  - Virtual console support
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
11
  - TFTP server support (Magnus Damm)
12
  - Port redirection support in user mode networking
13
  - Support for not executable data sections
14
  - Compressed loop disk image support (Johannes Schindelin)
15
  - Level triggered IRQ fix (aka NE2000 PCI performance fix) (Steve
16
    Wormley)
17
  - Fixed Fedora Core 2 problems (now you can run qemu without any
18
    LD_ASSUME_KERNEL tricks on FC2)
19
  - DHCP fix for Windows (accept DHCPREQUEST alone)
20
  - SPARC system emulation (Blue Swirl)
21
  - Automatic Samba configuration for host file access from Windows.
22
  - '-loadvm' and '-full-screen' options
23
  - ne2000 savevm support (Johannes Schindelin)
24
  - Ctrl-Alt is now the default grab key. Ctrl-Alt-[0-9] switches to
25
    the virtual consoles.
26
  - BIOS floppy fix for NT4 (Mike Nordell, Derek Fawcus, Volker Ruppert)
27
  - Floppy fixes for NT4 and NT5 (Mike Nordell)
28
  - NT4 IDE fixes (Ben Pfaf, Mike Nordell)
29
  - SDL Audio support and SB16 fixes (malc)
30
  - ENTER instruction bug fix (initial patch by Stefan Kisdaroczi)
31

    
32
version 0.6.0:
33

    
34
  - minimalist FPU exception support (NetBSD FPU probe fix)
35
  - cr0.ET fix (Win95 boot)
36
  - *BSD port (Markus Niemisto)
37
  - I/O access fix (signaled by Mark Jonckheere)
38
  - IDE drives serial number fix (Mike Nordell)
39
  - int13 CDROM BIOS fix (aka Solaris x86 install CD fix)
40
  - int15, ah=86 BIOS fix (aka Solaris x86 hardware probe hang up fix)
41
  - BSR/BSF "undefined behaviour" fix
42
  - vmdk2raw: convert VMware disk images to raw images
43
  - PCI support
44
  - NE2K PCI support
45
  - dummy VGA PCI support
46
  - VGA font selection fix (Daniel Serpell)
47
  - PIC reset fix (Hidemi KAWAI)
48
  - PIC spurious irq support (aka Solaris install bug)
49
  - added '-localtime' option
50
  - Cirrus CL-GD54xx VGA support (initial patch by Makoto Suzuki (suzu))
51
  - APM and system shutdown support
52
  - Fixed system reset
53
  - Support for other PC BIOSes
54
  - Initial PowerMac hardware emulation
55
  - PowerMac/PREP OpenFirmware compatible BIOS (Jocelyn Mayer)
56
  - initial IDE BMDMA support (needed for Darwin x86)
57
  - Set the default memory size for PC emulation to 128 MB
58

    
59
version 0.5.5:
60

    
61
  - SDL full screen support (initial patch by malc)
62
  - VGA support on PowerPC PREP
63
  - VBE fixes (Matthew Mastracci)
64
  - PIT fixes (aka Win98 hardware probe and "VGA slowness" bug)
65
  - IDE master only fixes (aka Win98 CD-ROM probe bug)
66
  - ARM load/store half word fix (Ulrich Hecht)
67
  - FDC fixes for Win98
68

    
69
version 0.5.4:
70
  
71
  - qemu-fast fixes
72
  - BIOS area protection fix (aka EMM386.EXE fix) (Mike Nordell)
73
  - keyboard/mouse fix (Mike Nordell)
74
  - IDE fixes (Linux did not recognized slave drivers)
75
  - VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
76
  - QEMU can now boot a PowerPC Linux kernel (Jocelyn Mayer)
77
  - User mode network stack
78
  - imul imm8 fix + 0x82 opcode support (Hidemi KAWAI)
79
  - precise self modifying code (aka BeOS install bug)
80

    
81
version 0.5.3:
82

    
83
  - added Bochs VESA VBE support
84
  - VGA memory map mode 3 access fix (OS/2 install fix)
85
  - IDE fixes (Jens Axboe)
86
  - CPU interrupt fixes
87
  - fixed various TLB invalidation cases (NT install)
88
  - fixed cr0.WP semantics (XP install)
89
  - direct chaining support for SPARC and PowerPC (faster)
90
  - ARM NWFPE support (initial patch by Ulrich Hecht)
91
  - added specific x86 to x86 translator (close to native performance
92
    in qemu-i386 and qemu-fast)
93
  - shm syscalls support (Paul McKerras)
94
  - added accurate CR0.MP/ME/TS emulation
95
  - fixed DMA memory write access (Win95 boot floppy fix)
96
  - graphical x86 linux loader
97
  - command line monitor 
98
  - generic removable device support
99
  - support of CD-ROM change
100
  - multiple network interface support
101
  - initial x86-64 host support (Gwenole Beauchesne)
102
  - lret to outer priviledge fix (OS/2 install fix)
103
  - task switch fixes (SkyOS boot)
104
  - VM save/restore commands
105
  - new timer API
106
  - more precise RTC emulation (periodic timers + time updates)
107
  - Win32 port (initial patch by Kazu)
108

    
109
version 0.5.2:
110

    
111
  - improved soft MMU speed (assembly functions and specializing)
112
  - improved multitasking speed by avoiding flushing TBs when
113
    switching tasks
114
  - improved qemu-fast speed
115
  - improved self modifying code handling (big performance gain in
116
    softmmu mode).
117
  - fixed IO checking
118
  - fixed CD-ROM detection (win98 install CD)
119
  - fixed addseg real mode bug (GRUB boot fix)
120
  - added ROM memory support (win98 boot)
121
  - fixed 'call Ev' in case of paging exception
122
  - updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically
123
    when launching executables for the supported target CPUs.
124
  - PowerPC system emulation update (Jocelyn Mayer)
125
  - PC floppy emulation and DMA fixes (Jocelyn Mayer)
126
  - polled mode for PIC (Jocelyn Mayer)
127
  - fixed PTE dirty bit handling
128
  - fixed xadd same reg bug
129
  - fixed cmpxchg exception safeness
130
  - access to virtual memory in gdb stub
131
  - task gate and NT flag fixes
132
  - eflags optimisation fix for string operations
133

    
134
version 0.5.1:
135
  
136
  - float access fixes when using soft mmu
137
  - PC emulation support on PowerPC
138
  - A20 support
139
  - IDE CD-ROM emulation
140
  - ARM fixes (Ulrich Hecht)
141
  - SB16 emulation (malc)
142
  - IRET and INT fixes in VM86 mode with IOPL=3
143
  - Port I/Os use TSS io map
144
  - Full task switching/task gate support
145
  - added verr, verw, arpl, fcmovxx
146
  - PowerPC target support (Jocelyn Mayer)
147
  - Major SPARC target fixes (dynamically linked programs begin to work)
148

    
149
version 0.5.0:
150
  
151
  - full hardware level VGA emulation
152
  - graphical display with SDL
153
  - added PS/2 mouse and keyboard emulation
154
  - popw (%esp) fix
155
  - mov to/from segment data width fix
156
  - added real mode support
157
  - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
158
  - m68k host port (Richard Zidlicky)
159
  - partial soft MMU support for memory mapped I/Os
160
  - multi-target build
161
  - fixed: no error code in hardware interrupts
162
  - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
163
  - correct single stepping thru string operations
164
  - preliminary SPARC target support (Thomas M. Ogrisegg)
165
  - tun-fd option (Rusty Russell)
166
  - automatic IDE geometry detection
167
  - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
168
  - added man page
169
  - added full soft mmu mode to launch unpatched OSes.
170

    
171
version 0.4.3:
172

    
173
  - x86 exception fix in case of nop instruction.
174
  - gcc 3.2.2 bug workaround (RedHat 9 fix)
175
  - sparc and Alpha host fixes
176
  - many ARM target fixes: 'ls' and 'bash' can be launched.
177

    
178
version 0.4.2:
179

    
180
 - many exception handling fixes (can compile a Linux kernel inside vl)
181
 - IDE emulation support
182
 - initial GDB stub support
183
 - deferred update support for disk images (Rusty Russell)
184
 - accept User Mode Linux Copy On Write disk images
185
 - SMP kernels can at least be booted
186

    
187
version 0.4.1:
188
  
189
 - more accurate timer support in vl.
190
 - more reliable NE2000 probe in vl.
191
 - added 2.5.66 kernel in vl-test.
192
 - added VLTMPDIR environment variable in vl.
193

    
194
version 0.4:
195

    
196
 - initial support for ring 0 x86 processor emulation
197
 - fixed signal handling for correct dosemu DPMI emulation
198
 - fast x86 MMU emulation with mmap()
199
 - fixed popl (%esp) case
200
 - Linux kernel can be executed by QEMU with the 'vl' command.
201

    
202
version 0.3:
203

    
204
 - initial support for ARM emulation
205
 - added fnsave, frstor, fnstenv, fldenv FPU instructions
206
 - added FPU register save in signal emulation
207
 - initial ARM port
208
 - Sparc and Alpha ports work on the regression test
209
 - generic ioctl number conversion
210
 - fixed ioctl type conversion
211

    
212
version 0.2:
213

    
214
 - PowerPC disassembly and ELF symbols output (Rusty Russell)
215
 - flock support (Rusty Russell)
216
 - ugetrlimit support (Rusty Russell)
217
 - fstat64 fix (Rusty Russell)
218
 - initial Alpha port (Falk Hueffner)
219
 - initial IA64 port (Matt Wilson)
220
 - initial Sparc and Sparc64 port (David S. Miller)
221
 - added HLT instruction
222
 - LRET instruction fix.
223
 - added GPF generation for I/Os.
224
 - added INT3 and TF flag support.
225
 - SHL instruction C flag fix.
226
 - mmap emulation for host page size > 4KB
227
 - self-modifying code support
228
 - better VM86 support (dosemu works on non trivial programs)
229
 - precise exception support (EIP is computed correctly in most cases)
230
 - more precise LDT/GDT/IDT emulation
231
 - faster segment load in vm86 mode
232
 - direct chaining of basic blocks (faster emulation)
233

    
234
version 0.1.6:
235

    
236
 - automatic library search system. QEMU can now work with unpatched
237
   ELF dynamic loader and libc (Rusty Russell).
238
 - ISO C warning fixes (Alistair Strachan)
239
 - first self-virtualizable version (works only as long as the
240
   translation cache is not flushed)
241
 - RH9 fixes
242

    
243
version 0.1.5:
244

    
245
 - ppc64 support + personality() patch (Rusty Russell)
246
 - first Alpha CPU patches (Falk Hueffner)
247
 - removed bfd.h dependancy
248
 - fixed shrd, shld, idivl and divl on PowerPC.
249
 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
250

    
251
version 0.1.4:
252

    
253
 - more accurate VM86 emulation (can launch small DOS 16 bit
254
   executables in wine).
255
 - fixed push/pop fs/gs
256
 - added iret instruction.
257
 - added times() syscall and SIOCATMARK ioctl.
258

    
259
version 0.1.3:
260

    
261
 - S390 support (Ulrich Weigand)
262
 - glibc 2.3.x compile fix (Ulrich Weigand)
263
 - socketcall endian fix (Ulrich Weigand)
264
 - struct sockaddr endian fix (Ulrich Weigand)
265
 - sendmsg/recvmsg endian fix (Ulrich Weigand)
266
 - execve endian fix (Ulrich Weigand)
267
 - fdset endian fix (Ulrich Weigand)
268
 - partial setsockopt syscall support (Ulrich Weigand)
269
 - more accurate pushf/popf emulation
270
 - first partial vm86() syscall support (can be used with runcom example).
271
 - added bound, cmpxchg8b, cpuid instructions
272
 - added 16 bit addressing support/override for string operations
273
 - poll() fix
274
 
275
version 0.1.2:
276

    
277
 - compile fixes
278
 - xlat instruction
279
 - xchg instruction memory lock
280
 - added simple vm86 example (not working with QEMU yet). The 54 byte
281
   DOS executable 'pi_10.com' program was released by Bertram
282
   Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
283

    
284
version 0.1.1:
285

    
286
 - glibc 2.2 compilation fixes
287
 - added -s and -L options
288
 - binary distribution of x86 glibc and wine
289
 - big endian fixes in ELF loader and getdents.
290

    
291
version 0.1:
292

    
293
 - initial public release.