Statistics
| Branch: | Revision:

root / Changelog @ 856860f5

History | View | Annotate | Download (13.1 kB)

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