Statistics
| Branch: | Revision:

root / Changelog @ 07ce05ea

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