]> git.ipfire.org Git - thirdparty/qemu.git/blame - Changelog
added cpu_get_tsc()
[thirdparty/qemu.git] / Changelog
CommitLineData
44c513c4
FB
1version 0.5.6:
2
3 - minimalist FPU exception support (NetBSD FPU probe fix)
4 - cr0.ET fix (Win95 boot)
f528bfd4
FB
5 - *BSD port (Markus Niemisto)
6 - I/O access fix (signaled by Mark Jonckheere)
7 - IDE drives serial number fix (Mike Nordell)
8 - int13 CDROM BIOS fix (aka Solaris x86 install CD fix)
9 - int15, ah=86 BIOS fix (aka Solaris x86 hardware probe hang up fix)
10 - BSR/BSF "undefined behaviour" fix
69b91039
FB
11 - vmdk2raw: convert VMware disk images to raw images
12 - PCI support
13 - NE2K PCI support
4399059e
FB
14 - dummy VGA PCI support
15 - VGA font selection fix (Daniel Serpell)
b54ad049 16 - PIC reset fix (Hidemi KAWAI)
44c513c4 17
b06eddd3
FB
18version 0.5.5:
19
20 - SDL full screen support (initial patch by malc)
21 - VGA support on PowerPC PREP
22 - VBE fixes (Matthew Mastracci)
a1b74fe8 23 - PIT fixes (aka Win98 hardware probe and "VGA slowness" bug)
66201e2d 24 - IDE master only fixes (aka Win98 CD-ROM probe bug)
a1b74fe8
FB
25 - ARM load/store half word fix (Ulrich Hecht)
26 - FDC fixes for Win98
b06eddd3 27
2f0c934e
FB
28version 0.5.4:
29
30 - qemu-fast fixes
31 - BIOS area protection fix (aka EMM386.EXE fix) (Mike Nordell)
32 - keyboard/mouse fix (Mike Nordell)
33 - IDE fixes (Linux did not recognized slave drivers)
34 - VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell)
91caaa61
FB
35 - QEMU can now boot a PowerPC Linux kernel (Jocelyn Mayer)
36 - User mode network stack
37 - imul imm8 fix + 0x82 opcode support (Hidemi KAWAI)
52c00a5f 38 - precise self modifying code (aka BeOS install bug)
2f0c934e 39
625976da
FB
40version 0.5.3:
41
6411cfb6 42 - added Bochs VESA VBE support
625976da
FB
43 - VGA memory map mode 3 access fix (OS/2 install fix)
44 - IDE fixes (Jens Axboe)
45 - CPU interrupt fixes
46 - fixed various TLB invalidation cases (NT install)
22a46c55 47 - fixed cr0.WP semantics (XP install)
94fe4f9f 48 - direct chaining support for SPARC and PowerPC (faster)
22a46c55
FB
49 - ARM NWFPE support (initial patch by Ulrich Hecht)
50 - added specific x86 to x86 translator (close to native performance
51 in qemu-i386 and qemu-fast)
94fe4f9f
FB
52 - shm syscalls support (Paul McKerras)
53 - added accurate CR0.MP/ME/TS emulation
54 - fixed DMA memory write access (Win95 boot floppy fix)
55 - graphical x86 linux loader
56 - command line monitor
57 - generic removable device support
58 - support of CD-ROM change
59 - multiple network interface support
bc51c5c9 60 - initial x86-64 host support (Gwenole Beauchesne)
d9d849fc 61 - lret to outer priviledge fix (OS/2 install fix)
bb27c190
FB
62 - task switch fixes (SkyOS boot)
63 - VM save/restore commands
64 - new timer API
65 - more precise RTC emulation (periodic timers + time updates)
67b915a5 66 - Win32 port (initial patch by Kazu)
bb27c190 67
efe160c5 68version 0.5.2:
2be3bc02 69
efe160c5
FB
70 - improved soft MMU speed (assembly functions and specializing)
71 - improved multitasking speed by avoiding flushing TBs when
72 switching tasks
73 - improved qemu-fast speed
74 - improved self modifying code handling (big performance gain in
75 softmmu mode).
76 - fixed IO checking
77 - fixed CD-ROM detection (win98 install CD)
78 - fixed addseg real mode bug (GRUB boot fix)
79 - added ROM memory support (win98 boot)
80 - fixed 'call Ev' in case of paging exception
81 - updated the script 'qemu-binfmt-conf.sh' to use QEMU automagically
82 when launching executables for the supported target CPUs.
728c9fd5
FB
83 - PowerPC system emulation update (Jocelyn Mayer)
84 - PC floppy emulation and DMA fixes (Jocelyn Mayer)
85 - polled mode for PIC (Jocelyn Mayer)
2be3bc02
FB
86 - fixed PTE dirty bit handling
87 - fixed xadd same reg bug
88 - fixed cmpxchg exception safeness
3d4b4c0f
FB
89 - access to virtual memory in gdb stub
90 - task gate and NT flag fixes
e98c8721 91 - eflags optimisation fix for string operations
efe160c5 92
9c3ad574
FB
93version 0.5.1:
94
95 - float access fixes when using soft mmu
96 - PC emulation support on PowerPC
97 - A20 support
181f1558
FB
98 - IDE CD-ROM emulation
99 - ARM fixes (Ulrich Hecht)
100 - SB16 emulation (malc)
101 - IRET and INT fixes in VM86 mode with IOPL=3
102 - Port I/Os use TSS io map
103 - Full task switching/task gate support
67867308
FB
104 - added verr, verw, arpl, fcmovxx
105 - PowerPC target support (Jocelyn Mayer)
3811a291 106 - Major SPARC target fixes (dynamically linked programs begin to work)
9c3ad574 107
285dc330 108version 0.5.0:
9368caf6
FB
109
110 - full hardware level VGA emulation
111 - graphical display with SDL
112 - added PS/2 mouse and keyboard emulation
113 - popw (%esp) fix
114 - mov to/from segment data width fix
115 - added real mode support
0806e3f6 116 - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
9368caf6
FB
117 - m68k host port (Richard Zidlicky)
118 - partial soft MMU support for memory mapped I/Os
119 - multi-target build
fcf8fcc8
FB
120 - fixed: no error code in hardware interrupts
121 - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
122 - correct single stepping thru string operations
0806e3f6
FB
123 - preliminary SPARC target support (Thomas M. Ogrisegg)
124 - tun-fd option (Rusty Russell)
125 - automatic IDE geometry detection
285dc330 126 - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
0806e3f6 127 - added man page
9c3ad574 128 - added full soft mmu mode to launch unpatched OSes.
9368caf6 129
9d0fe224
FB
130version 0.4.3:
131
132 - x86 exception fix in case of nop instruction.
133 - gcc 3.2.2 bug workaround (RedHat 9 fix)
134 - sparc and Alpha host fixes
135 - many ARM target fixes: 'ls' and 'bash' can be launched.
136
4690764b
FB
137version 0.4.2:
138
139 - many exception handling fixes (can compile a Linux kernel inside vl)
140 - IDE emulation support
141 - initial GDB stub support
142 - deferred update support for disk images (Rusty Russell)
9d0fe224 143 - accept User Mode Linux Copy On Write disk images
4690764b
FB
144 - SMP kernels can at least be booted
145
d5a0b50c
FB
146version 0.4.1:
147
148 - more accurate timer support in vl.
149 - more reliable NE2000 probe in vl.
150 - added 2.5.66 kernel in vl-test.
151 - added VLTMPDIR environment variable in vl.
152
6c0372d3
FB
153version 0.4:
154
155 - initial support for ring 0 x86 processor emulation
156 - fixed signal handling for correct dosemu DPMI emulation
157 - fast x86 MMU emulation with mmap()
158 - fixed popl (%esp) case
1eb20527 159 - Linux kernel can be executed by QEMU with the 'vl' command.
6c0372d3 160
411bffc4 161version 0.3:
de83cd02
FB
162
163 - initial support for ARM emulation
411bffc4
FB
164 - added fnsave, frstor, fnstenv, fldenv FPU instructions
165 - added FPU register save in signal emulation
322d0c66 166 - initial ARM port
de83cd02
FB
167 - Sparc and Alpha ports work on the regression test
168 - generic ioctl number conversion
169 - fixed ioctl type conversion
411bffc4 170
3c51961e
FB
171version 0.2:
172
1eb20527
FB
173 - PowerPC disassembly and ELF symbols output (Rusty Russell)
174 - flock support (Rusty Russell)
175 - ugetrlimit support (Rusty Russell)
176 - fstat64 fix (Rusty Russell)
3c51961e
FB
177 - initial Alpha port (Falk Hueffner)
178 - initial IA64 port (Matt Wilson)
179 - initial Sparc and Sparc64 port (David S. Miller)
86840ae2 180 - added HLT instruction
70e19860
FB
181 - LRET instruction fix.
182 - added GPF generation for I/Os.
183 - added INT3 and TF flag support.
184 - SHL instruction C flag fix.
185 - mmap emulation for host page size > 4KB
186 - self-modifying code support
df0f11a0
FB
187 - better VM86 support (dosemu works on non trivial programs)
188 - precise exception support (EIP is computed correctly in most cases)
189 - more precise LDT/GDT/IDT emulation
190 - faster segment load in vm86 mode
191 - direct chaining of basic blocks (faster emulation)
3c51961e 192
66cd5846
FB
193version 0.1.6:
194
1eb87257
FB
195 - automatic library search system. QEMU can now work with unpatched
196 ELF dynamic loader and libc (Rusty Russell).
66cd5846 197 - ISO C warning fixes (Alistair Strachan)
1eb87257
FB
198 - first self-virtualizable version (works only as long as the
199 translation cache is not flushed)
200 - RH9 fixes
66cd5846 201
27c75a9a
FB
202version 0.1.5:
203
204 - ppc64 support + personality() patch (Rusty Russell)
205 - first Alpha CPU patches (Falk Hueffner)
206 - removed bfd.h dependancy
207 - fixed shrd, shld, idivl and divl on PowerPC.
208 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
209
bc8a22cc
FB
210version 0.1.4:
211
212 - more accurate VM86 emulation (can launch small DOS 16 bit
213 executables in wine).
214 - fixed push/pop fs/gs
215 - added iret instruction.
27c75a9a 216 - added times() syscall and SIOCATMARK ioctl.
bc8a22cc
FB
217
218version 0.1.3:
219
220 - S390 support (Ulrich Weigand)
221 - glibc 2.3.x compile fix (Ulrich Weigand)
222 - socketcall endian fix (Ulrich Weigand)
223 - struct sockaddr endian fix (Ulrich Weigand)
224 - sendmsg/recvmsg endian fix (Ulrich Weigand)
225 - execve endian fix (Ulrich Weigand)
226 - fdset endian fix (Ulrich Weigand)
227 - partial setsockopt syscall support (Ulrich Weigand)
228 - more accurate pushf/popf emulation
229 - first partial vm86() syscall support (can be used with runcom example).
230 - added bound, cmpxchg8b, cpuid instructions
231 - added 16 bit addressing support/override for string operations
232 - poll() fix
233
234version 0.1.2:
235
236 - compile fixes
237 - xlat instruction
238 - xchg instruction memory lock
239 - added simple vm86 example (not working with QEMU yet). The 54 byte
240 DOS executable 'pi_10.com' program was released by Bertram
241 Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
242
d691f669
FB
243version 0.1.1:
244
245 - glibc 2.2 compilation fixes
246 - added -s and -L options
247 - binary distribution of x86 glibc and wine
bc8a22cc 248 - big endian fixes in ELF loader and getdents.
d691f669 249
3ef693a0
FB
250version 0.1:
251
252 - initial public release.