Statistics
| Branch: | Revision:

root / Changelog @ 430116a1

History | View | Annotate | Download (10.9 kB)

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