Statistics
| Branch: | Revision:

root / Changelog @ 11774f54

History | View | Annotate | Download (6.9 kB)

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