Statistics
| Branch: | Revision:

root / Changelog @ 8f40c388

History | View | Annotate | Download (13.8 kB)

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