Statistics
| Branch: | Revision:

root / Changelog @ a74cdab4

History | View | Annotate | Download (22.4 kB)

1 0aced4e2 Anthony Liguori
version 0.12.0:
2 0aced4e2 Anthony Liguori
3 0aced4e2 Anthony Liguori
  - Update to SeaBIOS 0.5.0
4 0aced4e2 Anthony Liguori
  - e1000: fix device link status in Linux (Anthony Liguori)
5 0aced4e2 Anthony Liguori
  - monitor: fix QMP for balloon command (Luiz Capitulino)
6 0aced4e2 Anthony Liguori
  - QMP: Return an empty dict by default (Luiz Capitulino)
7 0aced4e2 Anthony Liguori
  - QMP: Only handle converted commands (Luiz Capitulino)
8 0aced4e2 Anthony Liguori
  - pci: support PCI based option rom loading (Gerd Hoffman/Anthony Liguori)
9 0aced4e2 Anthony Liguori
  - Fix backcompat for hotplug of SCSI controllers (Daniel P. Berrange)
10 0aced4e2 Anthony Liguori
  - fdc: fix migration from 0.11 (Juan Quintela)
11 0aced4e2 Anthony Liguori
  - vmware-vga: fix segv on cursor resize. (Dave Airlie)
12 0aced4e2 Anthony Liguori
  - vmware-vga: various fixes (Dave Airlie/Anthony Liguori)
13 0aced4e2 Anthony Liguori
  - qdev: improve property error reporting. (Gerd Hoffmann)
14 0aced4e2 Anthony Liguori
  - fix vga names in default_list (Gerd Hoffmann)
15 0aced4e2 Anthony Liguori
  - usb-host: check mon before using it. (Gerd Hoffmann)
16 0aced4e2 Anthony Liguori
  - usb-net: use qdev for -usbdevice (Gerd Hoffmann)
17 0aced4e2 Anthony Liguori
  - monitor: Catch printing to non-existent monitor (Luiz Capitulino)
18 0aced4e2 Anthony Liguori
  - Avoid permanently disabled QEMU monitor when UNIX migration fails (Daniel P. Berrange)
19 0aced4e2 Anthony Liguori
  - Fix loading of ELF multiboot kernels (Kevin Wolf)
20 0aced4e2 Anthony Liguori
  - qemu-io: Fix memory leak (Kevin Wolf)
21 0aced4e2 Anthony Liguori
  - Fix thinko in linuxboot.S (Paolo Bonzini)
22 0aced4e2 Anthony Liguori
  - target-i386: Fix evaluation of DR7 register (Jan Kiszka)
23 0aced4e2 Anthony Liguori
  - vnc: hextile: do not generate ForegroundSpecified and SubrectsColoured tiles (Anthony Liguori)
24 0aced4e2 Anthony Liguori
  - S390: Bail out without KVM (Alexander Graf)
25 0aced4e2 Anthony Liguori
  - S390: Don't tell guest we're updating config space (Alexander Graf)
26 0aced4e2 Anthony Liguori
  - target-s390: Fail on unknown instructions (Alexander Graf)
27 0aced4e2 Anthony Liguori
  - osdep: Fix runtime failure on older Linux kernels (Andre Przywara)
28 0aced4e2 Anthony Liguori
  - Fix a make -j race (Juergen Lock)
29 0aced4e2 Anthony Liguori
  - target-alpha: Fix generic ctz64. (Richard Henderson)
30 0aced4e2 Anthony Liguori
  - s390: Fix buggy assignment (Stefan Weil)
31 0aced4e2 Anthony Liguori
  - target-mips: fix user-mode emulation startup (Nathan Froyd)
32 0aced4e2 Anthony Liguori
  - target-i386: Update CPUID feature set for TCG (Andre Przywara)
33 0aced4e2 Anthony Liguori
  - s390: fix build on 32 bit host (Michael S. Tsirkin)
34 0aced4e2 Anthony Liguori
	
35 0aced4e2 Anthony Liguori
version 0.12.0-rc2:
36 0aced4e2 Anthony Liguori
37 0aced4e2 Anthony Liguori
  - v2: properly save kvm system time msr registers (Glauber Costa)
38 0aced4e2 Anthony Liguori
  - convert more monitor commands to qmp (Luiz Capitulino)
39 0aced4e2 Anthony Liguori
  - vnc: fix capslock tracking logic. (Gerd Hoffmann)
40 0aced4e2 Anthony Liguori
  - QemuOpts: allow larger option values. (Gerd Hoffmann)
41 0aced4e2 Anthony Liguori
  - scsi: fix drive hotplug. (Gerd Hoffmann)
42 0aced4e2 Anthony Liguori
  - pci: don't hw_error() when no slot is available. (Gerd Hoffmann)
43 0aced4e2 Anthony Liguori
  - pci: don't abort() when trying to hotplug with acpi off. (Gerd Hoffmann)
44 0aced4e2 Anthony Liguori
  - allow default devices to be implemented in config file (Gerd Hoffman)
45 0aced4e2 Anthony Liguori
  - vc: colorize chardev title line with blue background. (Gerd Hoffmann)
46 0aced4e2 Anthony Liguori
  - chardev: make chardevs specified in config file work. (Gerd Hoffmann)
47 0aced4e2 Anthony Liguori
  - qdev: also match bus name for global properties (Gerd Hoffmann)
48 0aced4e2 Anthony Liguori
  - qdev: add command line option to set global defaults for properties. (Gerd Hoffmann)
49 0aced4e2 Anthony Liguori
  - kvm: x86: Save/restore exception_index (Jan Kiszka)
50 0aced4e2 Anthony Liguori
  - qdev: Replace device names containing whitespace (Markus Armbruster)
51 0aced4e2 Anthony Liguori
  - fix rtc-td-hack on host without high-res timers (Gleb Natapov)
52 0aced4e2 Anthony Liguori
  - virtio: verify features on load (Michael S. Tsirkin)
53 0aced4e2 Anthony Liguori
  - vmware_vga: add rom file so that it boots. (Dave Airlie)
54 0aced4e2 Anthony Liguori
  - Do not abort on qemu_malloc(0) in production builds (Anthony Liguori)
55 0aced4e2 Anthony Liguori
  - Fix ARM userspace strex implementation. (Paul Brook)
56 0aced4e2 Anthony Liguori
  - qemu: delete rule target on error (Michael S. Tsirkin)
57 0aced4e2 Anthony Liguori
  - QMP: add human-readable description to error response (Markus Armbruster)
58 0aced4e2 Anthony Liguori
  - convert more monitor commands to QError (Markus Armbruster)
59 0aced4e2 Anthony Liguori
  - monitor: Fix double-prompt after "change vnc passwd BLA" (Markus Armbruster)
60 0aced4e2 Anthony Liguori
  - monitor: do_cont(): Don't ask for passwords (Luiz Capitulino)
61 0aced4e2 Anthony Liguori
  - monitor: Introduce 'block_passwd' command (Luiz Capitulino)
62 0aced4e2 Anthony Liguori
  - pci: interrupt disable bit support (Michael S. Tsirkin)
63 0aced4e2 Anthony Liguori
  - pci: interrupt status bit implementation (Michael S. Tsirkin)
64 0aced4e2 Anthony Liguori
  - pci: prepare irq code for interrupt state (Michael S. Tsirkin)
65 0aced4e2 Anthony Liguori
  - msix: function mask support (Michael S. Tsirkin)
66 0aced4e2 Anthony Liguori
  - msix: macro rename for function mask support (Michael S. Tsirkin)
67 0aced4e2 Anthony Liguori
  - cpuid: Fix multicore setup on Intel (Andre Przywara)
68 0aced4e2 Anthony Liguori
  - kvm: x86: Fix initial kvm_has_msr_star (Jan Kiszka)
69 0aced4e2 Anthony Liguori
  - Update OpenBIOS images to r640 (Aurelien Jarno)	
70 0aced4e2 Anthony Liguori
71 669b92ed aliguori
version 0.10.2:
72 669b92ed aliguori
73 669b92ed aliguori
  - fix savevm/loadvm (Anthony Liguori)
74 669b92ed aliguori
  - live migration: fix dirty tracking windows (Glauber Costa)
75 669b92ed aliguori
  - live migration: improve error propogation (Glauber Costa)
76 669b92ed aliguori
  - qcow2: fix image creation for > ~2TB images (Chris Wright)
77 669b92ed aliguori
  - hotplug: fix error handling for if= parameter (Eduardo Habkost)
78 669b92ed aliguori
  - qcow2: fix data corruption (Nolan Leake)
79 669b92ed aliguori
  - virtio: fix guest oops with 2.6.25 kernels (Rusty Russell)
80 669b92ed aliguori
  - SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno)
81 669b92ed aliguori
  - hotplug: fix closing of char devices (Jan Kiszka)
82 669b92ed aliguori
  - hotplug: remove incorrect check for device name (Eduardo Habkost)
83 669b92ed aliguori
  - enable -k on win32 (Herve Poussineau)
84 669b92ed aliguori
  - configure: use LANG=C for grep (Andreas Faerber)
85 669b92ed aliguori
  - fix VGA regression (malc)
86 669b92ed aliguori
	
87 82e52676 aliguori
version 0.10.1:
88 82e52676 aliguori
89 82e52676 aliguori
  - virtio-net: check right return size on sg list (Alex Williamson)
90 82e52676 aliguori
  - Make qemu_announce_self handle holes (live migration after hotplug)
91 82e52676 aliguori
    (Marcelo Tosatti)
92 82e52676 aliguori
  - Revert r6804-r6808 (qcow2 allocation info).  This series of changes added
93 82e52676 aliguori
    a high cost to startup for large qcow2 images (Anthony Liguori)
94 82e52676 aliguori
  - qemu-img: fix help message (Aurelien Jarno)
95 82e52676 aliguori
  - Fix build for non-default installs of SDL (Anthony Liguori)
96 82e52676 aliguori
  - Fix race condition in env->interrupt_request.  When using TCG and a dynticks
97 82e52676 aliguori
    host timer, this condition could cause TCG to get stuck in an infinite
98 82e52676 aliguori
    loop (Aurelien Jarno)
99 82e52676 aliguori
  - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka)
100 82e52676 aliguori
  - Fix encrypted disk reporting in 'info block' (Jan Kiszka)
101 82e52676 aliguori
  - Fix console size with tiny displays (MusicPal) (Jan Kiszka)
102 82e52676 aliguori
  - Improve error handling in bdrv_open2 (Jan Kiszka)
103 82e52676 aliguori
  - Avoid leaking data in mux'ed character devices (Jan Kiszka)
104 82e52676 aliguori
  - Fix initial character device reset (no banner in monitor) (Jan Kiszka)
105 82e52676 aliguori
  - Fix cpuid KVM crash on i386 host (Lubomir Rintel)
106 82e52676 aliguori
  - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation
107 82e52676 aliguori
    (Ryan Harper)
108 82e52676 aliguori
109 b4171e4b aliguori
version 0.10.0:
110 b4171e4b aliguori
111 b4171e4b aliguori
  - TCG support (No longer requires GCC 3.x)
112 b4171e4b aliguori
  - Kernel Virtual Machine acceleration support
113 b4171e4b aliguori
  - BSD userspace emulation
114 b4171e4b aliguori
  - Bluetooth emulation and host passthrough support
115 b4171e4b aliguori
  - GDB XML register description support
116 b4171e4b aliguori
  - Intel e1000 emulation
117 b4171e4b aliguori
  - HPET emulation
118 b4171e4b aliguori
  - VirtIO paravirtual device support
119 b4171e4b aliguori
  - Marvell 88w8618 / MusicPal emulation
120 b4171e4b aliguori
  - Nokia N-series tablet emulation / OMAP2 processor emulation
121 b4171e4b aliguori
  - PCI hotplug support
122 b4171e4b aliguori
  - Live migration and new save/restore formats
123 b4171e4b aliguori
  - Curses display support
124 b4171e4b aliguori
  - qemu-nbd utility to mount supported block formats
125 b4171e4b aliguori
  - Altivec support in PPC emulation and new firmware (OpenBIOS)
126 b4171e4b aliguori
  - Multiple VNC clients are now supported
127 b4171e4b aliguori
  - TLS encryption is now supported in VNC
128 57cd6e97 balrog
  - MIPS Magnum R4000 machine (Hervé Poussineau)
129 57cd6e97 balrog
  - Braille support (Samuel Thibault)
130 57cd6e97 balrog
  - Freecom MusicPal system emulation (Jan Kiszka)
131 c30bb264 balrog
  - OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski)
132 0e674589 malc
  - EsounD audio driver (Frederick Reeve)
133 0e674589 malc
  - Gravis Ultrasound GF1 sound card (Tibor "TS" Schütz)
134 b4171e4b aliguori
  - Many, many, bug fixes and new features
135 57cd6e97 balrog
136 bfe31212 bellard
version 0.9.1:
137 bfe31212 bellard
138 430415f2 ths
  - TFTP booting from host directory (Anthony Liguori, Erwan Velu)
139 ad0504b5 ths
  - Tap device emulation for Solaris (Sittichai Palanisong)
140 ad0504b5 ths
  - Monitor multiplexing to several I/O channels (Jason Wessel)
141 54d43f70 ths
  - ds1225y nvram support (Herve Poussineau)
142 33d68b5f ths
  - CPU model selection support (J. Mayer, Paul Brook, Herve Poussineau)
143 115646b6 blueswir1
  - Several Sparc fixes (Aurelien Jarno, Blue Swirl, Robert Reif)
144 5a5012ec ths
  - MIPS 64-bit FPU support (Thiemo Seufer)
145 02645926 balrog
  - Xscale PDA emulation (Andrzej Zaborowski)
146 b65df015 pbrook
  - ColdFire system emulation (Paul Brook)
147 1cd548ee ths
  - Improved SH4 support (Magnus Damm)
148 1cd548ee ths
  - MIPS64 support (Aurelien Jarno, Thiemo Seufer)
149 1cd548ee ths
  - Preliminary Alpha guest support (J. Mayer)
150 6ada7453 ths
  - Read-only support for Parallels disk images (Alex Beregszaszi)
151 239fbd86 ths
  - SVM (x86 virtualization) support (Alexander Graf)
152 981623fe ths
  - CRIS emulation (Edgar E. Iglesias)
153 cb33da57 blueswir1
  - SPARC32PLUS execution support (Blue Swirl)
154 a76dc35a ths
  - MIPS mipssim pseudo machine (Thiemo Seufer)
155 93a0019b ths
  - Strace for Linux userland emulation (Stuart Anderson, Thayne Harbaugh)
156 02645926 balrog
  - OMAP310 MPU emulation plus Palm T|E machine (Andrzej Zaborowski)
157 9ee6e8bb pbrook
  - ARM v6, v7, NEON SIMD and SMP emulation (Paul Brook/CodeSourcery)
158 d66846a1 balrog
  - Gumstix boards: connex and verdex emulation (Thorsten Zitterell)
159 6d1f1778 balrog
  - Intel mainstone II board emulation (Armin Kuster)
160 d66846a1 balrog
  - VMware SVGA II graphics card support (Andrzej Zaborowski)
161 ad0504b5 ths
162 7b9c30c5 bellard
version 0.9.0:
163 83f64091 bellard
164 83f64091 bellard
  - Support for relative paths in backing files for disk images
165 83f64091 bellard
  - Async file I/O API
166 13a2e80f bellard
  - New qcow2 disk image format
167 13a2e80f bellard
  - Support of multiple VM snapshots
168 f0e42172 bellard
  - Linux: specific host CDROM and floppy support
169 4f3baa4b bellard
  - SMM support
170 4f3baa4b bellard
  - Moved PCI init, MP table init and ACPI table init to Bochs BIOS
171 9dbd25e6 ths
  - Support for MIPS32 Release 2 instruction set (Thiemo Seufer)
172 9dbd25e6 ths
  - MIPS Malta system emulation (Aurelien Jarno, Stefan Weil)
173 284ec167 ths
  - Darwin userspace emulation (Pierre d'Herbemont)
174 7b9c30c5 bellard
  - m68k user support (Paul Brook)
175 7b9c30c5 bellard
  - several x86 and x86_64 emulation fixes
176 7b9c30c5 bellard
  - Mouse relative offset VNC extension (Anthony Liguori)
177 7b9c30c5 bellard
  - PXE boot support (Anthony Liguori)
178 7b9c30c5 bellard
  - '-daemonize' option (Anthony Liguori)
179 83f64091 bellard
180 a08beb33 bellard
version 0.8.2:
181 a08beb33 bellard
182 856860f5 bellard
  - ACPI support
183 a08beb33 bellard
  - PC VGA BIOS fixes
184 a08beb33 bellard
  - switch to OpenBios for SPARC targets (Blue Swirl)
185 a08beb33 bellard
  - VNC server fixes
186 a08beb33 bellard
  - MIPS FPU support (Marius Groeger)
187 9529ebc2 bellard
  - Solaris/SPARC host support (Juergen Keil)
188 1579bde8 bellard
  - PPC breakpoints and single stepping (Jason Wessel)
189 1579bde8 bellard
  - USB updates (Paul Brook)
190 63301264 bellard
  - UDP/TCP/telnet character devices (Jason Wessel)
191 beac80cd bellard
  - Windows sparse file support (Frediano Ziglio)
192 63301264 bellard
  - RTL8139 NIC TCP segmentation offloading (Igor Kovalenko)
193 63301264 bellard
  - PCNET NIC support (Antony T Curtis)
194 63301264 bellard
  - Support for variable frequency host CPUs
195 63301264 bellard
  - Workaround for win32 SMP hosts
196 63301264 bellard
  - Support for AMD Flash memories (Jocelyn Mayer)
197 63301264 bellard
  - Audio capture to WAV files support (malc)
198 a08beb33 bellard
199 210fe0be bellard
version 0.8.1:
200 210fe0be bellard
201 210fe0be bellard
  - USB tablet support (Brad Campbell, Anthony Liguori)
202 210fe0be bellard
  - win32 host serial support (Kazu)
203 fd06c375 bellard
  - PC speaker support (Joachim Henke)
204 a8ca632c bellard
  - IDE LBA48 support (Jens Axboe)
205 a8ca632c bellard
  - SSE3 support
206 9529ebc2 bellard
  - Solaris port (Juergen Keil)
207 27c7ca7e bellard
  - Preliminary SH4 target (Samuel Tardieu)
208 24236869 bellard
  - VNC server (Anthony Liguori)
209 691fce48 bellard
  - slirp fixes (Ed Swierk et al.)
210 691fce48 bellard
  - USB fixes
211 691fce48 bellard
  - ARM Versatile Platform Baseboard emulation (Paul Brook)
212 210fe0be bellard
213 90dc3b39 bellard
version 0.8.0:
214 1d14ffa9 bellard
215 b5ff1b31 bellard
  - ARM system emulation: Arm Integrator/CP board with an arm1026ej-s
216 b5ff1b31 bellard
    cpu (Paul Brook)
217 b5ff1b31 bellard
  - SMP support
218 1d14ffa9 bellard
  - Mac OS X cocoa improvements (Mike Kronenberg)
219 6f5f11a5 bellard
  - Mac OS X CoreAudio driver (Mike Kronenberg)
220 1d14ffa9 bellard
  - DirectSound driver (malc)
221 d5d11eac bellard
  - ALSA audio driver (malc)
222 6f5f11a5 bellard
  - new audio options: '-soundhw' and '-audio-help' (malc)
223 1d14ffa9 bellard
  - ES1370 PCI audio device (malc)
224 bb36d470 bellard
  - Initial USB support
225 f8d179e3 bellard
  - Linux host serial port access
226 e57a8c0e bellard
  - Linux host low level parallel port access
227 41d03949 bellard
  - New network emulation code supporting VLANs.
228 ea31eb5b bellard
  - MIPS and MIPSel User Linux emulation
229 f881a0d4 bellard
  - MIPS fixes to boot Linux (Daniel Jacobowitz)
230 f881a0d4 bellard
  - NX bit support
231 ba3c64fb bellard
  - Initial SPARC SMP support (Blue Swirl)
232 2c6cadd4 bellard
  - Major overhaul of the virtual FAT driver for read/write support
233 2c6cadd4 bellard
    (Johannes Schindelin)
234 f8d179e3 bellard
235 a7c15abb bellard
version 0.7.2:
236 3b46e624 ths
237 a7c15abb bellard
  - x86_64 fixes (Win2000 and Linux 2.6 boot in 32 bit)
238 a7c15abb bellard
  - merge self modifying code handling in dirty ram page mecanism.
239 a7c15abb bellard
  - MIPS fixes (Ralf Baechle)
240 a7c15abb bellard
  - better user net performances
241 a7c15abb bellard
242 de167e41 bellard
version 0.7.1:
243 de167e41 bellard
244 de167e41 bellard
  - read-only Virtual FAT support (Johannes Schindelin)
245 a09db21f bellard
  - Windows 2000 install disk full hack (original idea from Vladimir
246 a09db21f bellard
    N. Oleynik)
247 8979b227 bellard
  - VMDK disk image creation (Filip Navara)
248 3475187d bellard
  - SPARC64 progress (Blue Swirl)
249 b195775f bellard
  - initial MIPS support (Jocelyn mayer)
250 b195775f bellard
  - MIPS improvements (Ralf Baechle)
251 33d08439 bellard
  - 64 bit fixes in user networking (initial patch by Gwenole Beauchesne)
252 a7c15abb bellard
  - IOAPIC support (Filip Navara)
253 de167e41 bellard
254 a8753c34 bellard
version 0.7.0:
255 bed5cd80 bellard
256 bed5cd80 bellard
  - better BIOS translation and HDD geometry auto-detection
257 bed5cd80 bellard
  - user mode networking bug fix
258 bed5cd80 bellard
  - undocumented FPU ops support
259 a07167d3 bellard
  - Cirrus VGA: support for 1280x1024x[8,15,16] modes
260 6a78ece5 bellard
  - 'pidfile' option
261 585d0ed9 bellard
  - .dmg disk image format support (Johannes Schindelin)
262 3d11d0eb bellard
  - keymaps support (initial patch by Johannes Schindelin)
263 808c4954 bellard
  - big endian ARM support (Lennert Buytenhek)
264 bdfaf503 bellard
  - added generic 64 bit target support
265 a8753c34 bellard
  - x86_64 target support
266 bdfaf503 bellard
  - initial APIC support
267 664e0f19 bellard
  - MMX/SSE/SSE2/PNI support
268 6508fe59 bellard
  - PC parallel port support (Mark Jonckheere)
269 99c475ab bellard
  - initial SPARC64 support (Blue Swirl)
270 a8753c34 bellard
  - SPARC target boots Linux (Blue Swirl)
271 99c475ab bellard
  - armv5te user mode support (Paul Brook)
272 b7bcbe95 bellard
  - ARM VFP support (Paul Brook)
273 a8753c34 bellard
  - ARM "Angel" semihosting syscalls (Paul Brook)
274 a8753c34 bellard
  - user mode gdb stub support (Paul Brook)
275 232ba5ab bellard
  - Samba 3 support
276 232ba5ab bellard
  - initial Cocoa support (Pierre d'Herbemont)
277 a8753c34 bellard
  - generic FPU emulation code
278 6a0f9e82 bellard
  - Virtual PC read-only disk image support (Alex Beregszaszi)
279 bed5cd80 bellard
280 49b3b9fb bellard
version 0.6.1:
281 49b3b9fb bellard
282 49b3b9fb bellard
  - Mac OS X port (Pierre d'Herbemont)
283 49b3b9fb bellard
  - Virtual console support
284 05d5818c bellard
  - Better monitor line edition
285 5fafdf24 ths
  - New block device layer
286 05d5818c bellard
  - New 'qcow' growable disk image support with AES encryption and
287 05d5818c bellard
    transparent decompression
288 05d5818c bellard
  - VMware 3 and 4 read-only disk image support (untested)
289 05d5818c bellard
  - Support for up to 4 serial ports
290 c7f74643 bellard
  - TFTP server support (Magnus Damm)
291 9bf05444 bellard
  - Port redirection support in user mode networking
292 16c460b1 bellard
  - Support for not executable data sections
293 16c460b1 bellard
  - Compressed loop disk image support (Johannes Schindelin)
294 16c460b1 bellard
  - Level triggered IRQ fix (aka NE2000 PCI performance fix) (Steve
295 16c460b1 bellard
    Wormley)
296 525d67bc bellard
  - Fixed Fedora Core 2 problems (now you can run qemu without any
297 525d67bc bellard
    LD_ASSUME_KERNEL tricks on FC2)
298 525d67bc bellard
  - DHCP fix for Windows (accept DHCPREQUEST alone)
299 e95c8d51 bellard
  - SPARC system emulation (Blue Swirl)
300 2518bd0d bellard
  - Automatic Samba configuration for host file access from Windows.
301 d63d307f bellard
  - '-loadvm' and '-full-screen' options
302 f9859310 bellard
  - ne2000 savevm support (Johannes Schindelin)
303 f9859310 bellard
  - Ctrl-Alt is now the default grab key. Ctrl-Alt-[0-9] switches to
304 f9859310 bellard
    the virtual consoles.
305 655aa52a bellard
  - BIOS floppy fix for NT4 (Mike Nordell, Derek Fawcus, Volker Ruppert)
306 655aa52a bellard
  - Floppy fixes for NT4 and NT5 (Mike Nordell)
307 655aa52a bellard
  - NT4 IDE fixes (Ben Pfaf, Mike Nordell)
308 d75d9f6b bellard
  - SDL Audio support and SB16 fixes (malc)
309 61a8c4ec bellard
  - ENTER instruction bug fix (initial patch by Stefan Kisdaroczi)
310 c76338c3 bellard
  - VGA font change fix
311 c76338c3 bellard
  - VGA read-only CRTC register fix
312 49b3b9fb bellard
313 d08c49aa bellard
version 0.6.0:
314 44c513c4 bellard
315 44c513c4 bellard
  - minimalist FPU exception support (NetBSD FPU probe fix)
316 44c513c4 bellard
  - cr0.ET fix (Win95 boot)
317 f528bfd4 bellard
  - *BSD port (Markus Niemisto)
318 f528bfd4 bellard
  - I/O access fix (signaled by Mark Jonckheere)
319 f528bfd4 bellard
  - IDE drives serial number fix (Mike Nordell)
320 f528bfd4 bellard
  - int13 CDROM BIOS fix (aka Solaris x86 install CD fix)
321 f528bfd4 bellard
  - int15, ah=86 BIOS fix (aka Solaris x86 hardware probe hang up fix)
322 f528bfd4 bellard
  - BSR/BSF "undefined behaviour" fix
323 69b91039 bellard
  - vmdk2raw: convert VMware disk images to raw images
324 69b91039 bellard
  - PCI support
325 69b91039 bellard
  - NE2K PCI support
326 4399059e bellard
  - dummy VGA PCI support
327 4399059e bellard
  - VGA font selection fix (Daniel Serpell)
328 b54ad049 bellard
  - PIC reset fix (Hidemi KAWAI)
329 15aeac38 bellard
  - PIC spurious irq support (aka Solaris install bug)
330 be3edd95 bellard
  - added '-localtime' option
331 7e71f16f bellard
  - Cirrus CL-GD54xx VGA support (initial patch by Makoto Suzuki (suzu))
332 987c1c69 bellard
  - APM and system shutdown support
333 987c1c69 bellard
  - Fixed system reset
334 70867490 bellard
  - Support for other PC BIOSes
335 638260eb bellard
  - Initial PowerMac hardware emulation
336 638260eb bellard
  - PowerMac/PREP OpenFirmware compatible BIOS (Jocelyn Mayer)
337 d08c49aa bellard
  - initial IDE BMDMA support (needed for Darwin x86)
338 7e71f16f bellard
  - Set the default memory size for PC emulation to 128 MB
339 44c513c4 bellard
340 b06eddd3 bellard
version 0.5.5:
341 b06eddd3 bellard
342 b06eddd3 bellard
  - SDL full screen support (initial patch by malc)
343 b06eddd3 bellard
  - VGA support on PowerPC PREP
344 b06eddd3 bellard
  - VBE fixes (Matthew Mastracci)
345 a1b74fe8 bellard
  - PIT fixes (aka Win98 hardware probe and "VGA slowness" bug)
346 66201e2d bellard
  - IDE master only fixes (aka Win98 CD-ROM probe bug)
347 a1b74fe8 bellard
  - ARM load/store half word fix (Ulrich Hecht)
348 a1b74fe8 bellard
  - FDC fixes for Win98
349 b06eddd3 bellard
350 2f0c934e bellard
version 0.5.4:
351 3b46e624 ths
352 2f0c934e bellard
  - qemu-fast fixes
353 2f0c934e bellard
  - BIOS area protection fix (aka EMM386.EXE fix) (Mike Nordell)
354 2f0c934e bellard
  - keyboard/mouse fix (Mike Nordell)
355 2f0c934e bellard
  - IDE fixes (Linux did not recognized slave drivers)
356 2f0c934e bellard
  - VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
357 91caaa61 bellard
  - QEMU can now boot a PowerPC Linux kernel (Jocelyn Mayer)
358 91caaa61 bellard
  - User mode network stack
359 91caaa61 bellard
  - imul imm8 fix + 0x82 opcode support (Hidemi KAWAI)
360 52c00a5f bellard
  - precise self modifying code (aka BeOS install bug)
361 2f0c934e bellard
362 625976da bellard
version 0.5.3:
363 625976da bellard
364 6411cfb6 bellard
  - added Bochs VESA VBE support
365 625976da bellard
  - VGA memory map mode 3 access fix (OS/2 install fix)
366 625976da bellard
  - IDE fixes (Jens Axboe)
367 625976da bellard
  - CPU interrupt fixes
368 625976da bellard
  - fixed various TLB invalidation cases (NT install)
369 22a46c55 bellard
  - fixed cr0.WP semantics (XP install)
370 94fe4f9f bellard
  - direct chaining support for SPARC and PowerPC (faster)
371 22a46c55 bellard
  - ARM NWFPE support (initial patch by Ulrich Hecht)
372 22a46c55 bellard
  - added specific x86 to x86 translator (close to native performance
373 22a46c55 bellard
    in qemu-i386 and qemu-fast)
374 94fe4f9f bellard
  - shm syscalls support (Paul McKerras)
375 94fe4f9f bellard
  - added accurate CR0.MP/ME/TS emulation
376 94fe4f9f bellard
  - fixed DMA memory write access (Win95 boot floppy fix)
377 94fe4f9f bellard
  - graphical x86 linux loader
378 5fafdf24 ths
  - command line monitor
379 94fe4f9f bellard
  - generic removable device support
380 94fe4f9f bellard
  - support of CD-ROM change
381 94fe4f9f bellard
  - multiple network interface support
382 bc51c5c9 bellard
  - initial x86-64 host support (Gwenole Beauchesne)
383 d9d849fc bellard
  - lret to outer priviledge fix (OS/2 install fix)
384 bb27c190 bellard
  - task switch fixes (SkyOS boot)
385 bb27c190 bellard
  - VM save/restore commands
386 bb27c190 bellard
  - new timer API
387 bb27c190 bellard
  - more precise RTC emulation (periodic timers + time updates)
388 67b915a5 bellard
  - Win32 port (initial patch by Kazu)
389 bb27c190 bellard
390 efe160c5 bellard
version 0.5.2:
391 2be3bc02 bellard
392 efe160c5 bellard
  - improved soft MMU speed (assembly functions and specializing)
393 efe160c5 bellard
  - improved multitasking speed by avoiding flushing TBs when
394 efe160c5 bellard
    switching tasks
395 efe160c5 bellard
  - improved qemu-fast speed
396 efe160c5 bellard
  - improved self modifying code handling (big performance gain in
397 efe160c5 bellard
    softmmu mode).
398 efe160c5 bellard
  - fixed IO checking
399 efe160c5 bellard
  - fixed CD-ROM detection (win98 install CD)
400 efe160c5 bellard
  - fixed addseg real mode bug (GRUB boot fix)
401 efe160c5 bellard
  - added ROM memory support (win98 boot)
402 efe160c5 bellard
  - fixed 'call Ev' in case of paging exception
403 efe160c5 bellard
  - updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically
404 efe160c5 bellard
    when launching executables for the supported target CPUs.
405 728c9fd5 bellard
  - PowerPC system emulation update (Jocelyn Mayer)
406 728c9fd5 bellard
  - PC floppy emulation and DMA fixes (Jocelyn Mayer)
407 728c9fd5 bellard
  - polled mode for PIC (Jocelyn Mayer)
408 2be3bc02 bellard
  - fixed PTE dirty bit handling
409 2be3bc02 bellard
  - fixed xadd same reg bug
410 2be3bc02 bellard
  - fixed cmpxchg exception safeness
411 3d4b4c0f bellard
  - access to virtual memory in gdb stub
412 3d4b4c0f bellard
  - task gate and NT flag fixes
413 e98c8721 bellard
  - eflags optimisation fix for string operations
414 efe160c5 bellard
415 9c3ad574 bellard
version 0.5.1:
416 3b46e624 ths
417 9c3ad574 bellard
  - float access fixes when using soft mmu
418 9c3ad574 bellard
  - PC emulation support on PowerPC
419 9c3ad574 bellard
  - A20 support
420 181f1558 bellard
  - IDE CD-ROM emulation
421 181f1558 bellard
  - ARM fixes (Ulrich Hecht)
422 181f1558 bellard
  - SB16 emulation (malc)
423 181f1558 bellard
  - IRET and INT fixes in VM86 mode with IOPL=3
424 181f1558 bellard
  - Port I/Os use TSS io map
425 181f1558 bellard
  - Full task switching/task gate support
426 67867308 bellard
  - added verr, verw, arpl, fcmovxx
427 67867308 bellard
  - PowerPC target support (Jocelyn Mayer)
428 3811a291 bellard
  - Major SPARC target fixes (dynamically linked programs begin to work)
429 9c3ad574 bellard
430 285dc330 bellard
version 0.5.0:
431 3b46e624 ths
432 9368caf6 bellard
  - full hardware level VGA emulation
433 9368caf6 bellard
  - graphical display with SDL
434 9368caf6 bellard
  - added PS/2 mouse and keyboard emulation
435 9368caf6 bellard
  - popw (%esp) fix
436 9368caf6 bellard
  - mov to/from segment data width fix
437 9368caf6 bellard
  - added real mode support
438 0806e3f6 bellard
  - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
439 9368caf6 bellard
  - m68k host port (Richard Zidlicky)
440 9368caf6 bellard
  - partial soft MMU support for memory mapped I/Os
441 9368caf6 bellard
  - multi-target build
442 fcf8fcc8 bellard
  - fixed: no error code in hardware interrupts
443 fcf8fcc8 bellard
  - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
444 fcf8fcc8 bellard
  - correct single stepping thru string operations
445 0806e3f6 bellard
  - preliminary SPARC target support (Thomas M. Ogrisegg)
446 0806e3f6 bellard
  - tun-fd option (Rusty Russell)
447 0806e3f6 bellard
  - automatic IDE geometry detection
448 285dc330 bellard
  - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
449 0806e3f6 bellard
  - added man page
450 9c3ad574 bellard
  - added full soft mmu mode to launch unpatched OSes.
451 9368caf6 bellard
452 9d0fe224 bellard
version 0.4.3:
453 9d0fe224 bellard
454 9d0fe224 bellard
  - x86 exception fix in case of nop instruction.
455 9d0fe224 bellard
  - gcc 3.2.2 bug workaround (RedHat 9 fix)
456 9d0fe224 bellard
  - sparc and Alpha host fixes
457 9d0fe224 bellard
  - many ARM target fixes: 'ls' and 'bash' can be launched.
458 9d0fe224 bellard
459 4690764b bellard
version 0.4.2:
460 4690764b bellard
461 4690764b bellard
 - many exception handling fixes (can compile a Linux kernel inside vl)
462 4690764b bellard
 - IDE emulation support
463 4690764b bellard
 - initial GDB stub support
464 4690764b bellard
 - deferred update support for disk images (Rusty Russell)
465 9d0fe224 bellard
 - accept User Mode Linux Copy On Write disk images
466 4690764b bellard
 - SMP kernels can at least be booted
467 4690764b bellard
468 d5a0b50c bellard
version 0.4.1:
469 3b46e624 ths
470 d5a0b50c bellard
 - more accurate timer support in vl.
471 d5a0b50c bellard
 - more reliable NE2000 probe in vl.
472 d5a0b50c bellard
 - added 2.5.66 kernel in vl-test.
473 d5a0b50c bellard
 - added VLTMPDIR environment variable in vl.
474 d5a0b50c bellard
475 6c0372d3 bellard
version 0.4:
476 6c0372d3 bellard
477 6c0372d3 bellard
 - initial support for ring 0 x86 processor emulation
478 6c0372d3 bellard
 - fixed signal handling for correct dosemu DPMI emulation
479 6c0372d3 bellard
 - fast x86 MMU emulation with mmap()
480 6c0372d3 bellard
 - fixed popl (%esp) case
481 1eb20527 bellard
 - Linux kernel can be executed by QEMU with the 'vl' command.
482 6c0372d3 bellard
483 411bffc4 bellard
version 0.3:
484 de83cd02 bellard
485 de83cd02 bellard
 - initial support for ARM emulation
486 411bffc4 bellard
 - added fnsave, frstor, fnstenv, fldenv FPU instructions
487 411bffc4 bellard
 - added FPU register save in signal emulation
488 322d0c66 bellard
 - initial ARM port
489 de83cd02 bellard
 - Sparc and Alpha ports work on the regression test
490 de83cd02 bellard
 - generic ioctl number conversion
491 de83cd02 bellard
 - fixed ioctl type conversion
492 411bffc4 bellard
493 3c51961e bellard
version 0.2:
494 3c51961e bellard
495 1eb20527 bellard
 - PowerPC disassembly and ELF symbols output (Rusty Russell)
496 1eb20527 bellard
 - flock support (Rusty Russell)
497 1eb20527 bellard
 - ugetrlimit support (Rusty Russell)
498 1eb20527 bellard
 - fstat64 fix (Rusty Russell)
499 3c51961e bellard
 - initial Alpha port (Falk Hueffner)
500 3c51961e bellard
 - initial IA64 port (Matt Wilson)
501 3c51961e bellard
 - initial Sparc and Sparc64 port (David S. Miller)
502 86840ae2 bellard
 - added HLT instruction
503 70e19860 bellard
 - LRET instruction fix.
504 70e19860 bellard
 - added GPF generation for I/Os.
505 70e19860 bellard
 - added INT3 and TF flag support.
506 70e19860 bellard
 - SHL instruction C flag fix.
507 70e19860 bellard
 - mmap emulation for host page size > 4KB
508 70e19860 bellard
 - self-modifying code support
509 df0f11a0 bellard
 - better VM86 support (dosemu works on non trivial programs)
510 df0f11a0 bellard
 - precise exception support (EIP is computed correctly in most cases)
511 df0f11a0 bellard
 - more precise LDT/GDT/IDT emulation
512 df0f11a0 bellard
 - faster segment load in vm86 mode
513 df0f11a0 bellard
 - direct chaining of basic blocks (faster emulation)
514 3c51961e bellard
515 66cd5846 bellard
version 0.1.6:
516 66cd5846 bellard
517 1eb87257 bellard
 - automatic library search system. QEMU can now work with unpatched
518 1eb87257 bellard
   ELF dynamic loader and libc (Rusty Russell).
519 66cd5846 bellard
 - ISO C warning fixes (Alistair Strachan)
520 1eb87257 bellard
 - first self-virtualizable version (works only as long as the
521 1eb87257 bellard
   translation cache is not flushed)
522 1eb87257 bellard
 - RH9 fixes
523 66cd5846 bellard
524 27c75a9a bellard
version 0.1.5:
525 27c75a9a bellard
526 27c75a9a bellard
 - ppc64 support + personality() patch (Rusty Russell)
527 27c75a9a bellard
 - first Alpha CPU patches (Falk Hueffner)
528 cbae0863 Stefan Weil
 - removed bfd.h dependency
529 27c75a9a bellard
 - fixed shrd, shld, idivl and divl on PowerPC.
530 27c75a9a bellard
 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
531 27c75a9a bellard
532 bc8a22cc bellard
version 0.1.4:
533 bc8a22cc bellard
534 bc8a22cc bellard
 - more accurate VM86 emulation (can launch small DOS 16 bit
535 bc8a22cc bellard
   executables in wine).
536 bc8a22cc bellard
 - fixed push/pop fs/gs
537 bc8a22cc bellard
 - added iret instruction.
538 27c75a9a bellard
 - added times() syscall and SIOCATMARK ioctl.
539 bc8a22cc bellard
540 bc8a22cc bellard
version 0.1.3:
541 bc8a22cc bellard
542 bc8a22cc bellard
 - S390 support (Ulrich Weigand)
543 bc8a22cc bellard
 - glibc 2.3.x compile fix (Ulrich Weigand)
544 bc8a22cc bellard
 - socketcall endian fix (Ulrich Weigand)
545 bc8a22cc bellard
 - struct sockaddr endian fix (Ulrich Weigand)
546 bc8a22cc bellard
 - sendmsg/recvmsg endian fix (Ulrich Weigand)
547 bc8a22cc bellard
 - execve endian fix (Ulrich Weigand)
548 bc8a22cc bellard
 - fdset endian fix (Ulrich Weigand)
549 bc8a22cc bellard
 - partial setsockopt syscall support (Ulrich Weigand)
550 bc8a22cc bellard
 - more accurate pushf/popf emulation
551 bc8a22cc bellard
 - first partial vm86() syscall support (can be used with runcom example).
552 bc8a22cc bellard
 - added bound, cmpxchg8b, cpuid instructions
553 bc8a22cc bellard
 - added 16 bit addressing support/override for string operations
554 bc8a22cc bellard
 - poll() fix
555 5fafdf24 ths
556 bc8a22cc bellard
version 0.1.2:
557 bc8a22cc bellard
558 bc8a22cc bellard
 - compile fixes
559 bc8a22cc bellard
 - xlat instruction
560 bc8a22cc bellard
 - xchg instruction memory lock
561 bc8a22cc bellard
 - added simple vm86 example (not working with QEMU yet). The 54 byte
562 bc8a22cc bellard
   DOS executable 'pi_10.com' program was released by Bertram
563 bc8a22cc bellard
   Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
564 bc8a22cc bellard
565 d691f669 bellard
version 0.1.1:
566 d691f669 bellard
567 d691f669 bellard
 - glibc 2.2 compilation fixes
568 d691f669 bellard
 - added -s and -L options
569 d691f669 bellard
 - binary distribution of x86 glibc and wine
570 bc8a22cc bellard
 - big endian fixes in ELF loader and getdents.
571 d691f669 bellard
572 3ef693a0 bellard
version 0.1:
573 3ef693a0 bellard
574 3ef693a0 bellard
 - initial public release.