Statistics
| Branch: | Revision:

root / Changelog @ d64477af

History | View | Annotate | Download (7.3 kB)

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