Statistics
| Branch: | Revision:

root / Changelog @ c321f673

History | View | Annotate | Download (4.6 kB)

1 285dc330 bellard
version 0.5.0:
2 9368caf6 bellard
  
3 9368caf6 bellard
  - full hardware level VGA emulation
4 9368caf6 bellard
  - graphical display with SDL
5 9368caf6 bellard
  - added PS/2 mouse and keyboard emulation
6 9368caf6 bellard
  - popw (%esp) fix
7 9368caf6 bellard
  - mov to/from segment data width fix
8 9368caf6 bellard
  - added real mode support
9 0806e3f6 bellard
  - added Bochs BIOS and LGPL'ed VGA BIOS loader in qemu
10 9368caf6 bellard
  - m68k host port (Richard Zidlicky)
11 9368caf6 bellard
  - partial soft MMU support for memory mapped I/Os
12 9368caf6 bellard
  - multi-target build
13 fcf8fcc8 bellard
  - fixed: no error code in hardware interrupts
14 fcf8fcc8 bellard
  - fixed: pop ss, mov ss, x and sti disable hardware irqs for the next insn
15 fcf8fcc8 bellard
  - correct single stepping thru string operations
16 0806e3f6 bellard
  - preliminary SPARC target support (Thomas M. Ogrisegg)
17 0806e3f6 bellard
  - tun-fd option (Rusty Russell)
18 0806e3f6 bellard
  - automatic IDE geometry detection
19 285dc330 bellard
  - renamed 'vl' to qemu[-fast] and user qemu to qemu-{cpu}.
20 0806e3f6 bellard
  - added man page
21 285dc330 bellard
  - added full soft mmy mode to launch unpatched OSes.
22 9368caf6 bellard
23 9d0fe224 bellard
version 0.4.3:
24 9d0fe224 bellard
25 9d0fe224 bellard
  - x86 exception fix in case of nop instruction.
26 9d0fe224 bellard
  - gcc 3.2.2 bug workaround (RedHat 9 fix)
27 9d0fe224 bellard
  - sparc and Alpha host fixes
28 9d0fe224 bellard
  - many ARM target fixes: 'ls' and 'bash' can be launched.
29 9d0fe224 bellard
30 4690764b bellard
version 0.4.2:
31 4690764b bellard
32 4690764b bellard
 - many exception handling fixes (can compile a Linux kernel inside vl)
33 4690764b bellard
 - IDE emulation support
34 4690764b bellard
 - initial GDB stub support
35 4690764b bellard
 - deferred update support for disk images (Rusty Russell)
36 9d0fe224 bellard
 - accept User Mode Linux Copy On Write disk images
37 4690764b bellard
 - SMP kernels can at least be booted
38 4690764b bellard
39 d5a0b50c bellard
version 0.4.1:
40 d5a0b50c bellard
  
41 d5a0b50c bellard
 - more accurate timer support in vl.
42 d5a0b50c bellard
 - more reliable NE2000 probe in vl.
43 d5a0b50c bellard
 - added 2.5.66 kernel in vl-test.
44 d5a0b50c bellard
 - added VLTMPDIR environment variable in vl.
45 d5a0b50c bellard
46 6c0372d3 bellard
version 0.4:
47 6c0372d3 bellard
48 6c0372d3 bellard
 - initial support for ring 0 x86 processor emulation
49 6c0372d3 bellard
 - fixed signal handling for correct dosemu DPMI emulation
50 6c0372d3 bellard
 - fast x86 MMU emulation with mmap()
51 6c0372d3 bellard
 - fixed popl (%esp) case
52 1eb20527 bellard
 - Linux kernel can be executed by QEMU with the 'vl' command.
53 6c0372d3 bellard
54 411bffc4 bellard
version 0.3:
55 de83cd02 bellard
56 de83cd02 bellard
 - initial support for ARM emulation
57 411bffc4 bellard
 - added fnsave, frstor, fnstenv, fldenv FPU instructions
58 411bffc4 bellard
 - added FPU register save in signal emulation
59 322d0c66 bellard
 - initial ARM port
60 de83cd02 bellard
 - Sparc and Alpha ports work on the regression test
61 de83cd02 bellard
 - generic ioctl number conversion
62 de83cd02 bellard
 - fixed ioctl type conversion
63 411bffc4 bellard
64 3c51961e bellard
version 0.2:
65 3c51961e bellard
66 1eb20527 bellard
 - PowerPC disassembly and ELF symbols output (Rusty Russell)
67 1eb20527 bellard
 - flock support (Rusty Russell)
68 1eb20527 bellard
 - ugetrlimit support (Rusty Russell)
69 1eb20527 bellard
 - fstat64 fix (Rusty Russell)
70 3c51961e bellard
 - initial Alpha port (Falk Hueffner)
71 3c51961e bellard
 - initial IA64 port (Matt Wilson)
72 3c51961e bellard
 - initial Sparc and Sparc64 port (David S. Miller)
73 86840ae2 bellard
 - added HLT instruction
74 70e19860 bellard
 - LRET instruction fix.
75 70e19860 bellard
 - added GPF generation for I/Os.
76 70e19860 bellard
 - added INT3 and TF flag support.
77 70e19860 bellard
 - SHL instruction C flag fix.
78 70e19860 bellard
 - mmap emulation for host page size > 4KB
79 70e19860 bellard
 - self-modifying code support
80 df0f11a0 bellard
 - better VM86 support (dosemu works on non trivial programs)
81 df0f11a0 bellard
 - precise exception support (EIP is computed correctly in most cases)
82 df0f11a0 bellard
 - more precise LDT/GDT/IDT emulation
83 df0f11a0 bellard
 - faster segment load in vm86 mode
84 df0f11a0 bellard
 - direct chaining of basic blocks (faster emulation)
85 3c51961e bellard
86 66cd5846 bellard
version 0.1.6:
87 66cd5846 bellard
88 1eb87257 bellard
 - automatic library search system. QEMU can now work with unpatched
89 1eb87257 bellard
   ELF dynamic loader and libc (Rusty Russell).
90 66cd5846 bellard
 - ISO C warning fixes (Alistair Strachan)
91 1eb87257 bellard
 - first self-virtualizable version (works only as long as the
92 1eb87257 bellard
   translation cache is not flushed)
93 1eb87257 bellard
 - RH9 fixes
94 66cd5846 bellard
95 27c75a9a bellard
version 0.1.5:
96 27c75a9a bellard
97 27c75a9a bellard
 - ppc64 support + personality() patch (Rusty Russell)
98 27c75a9a bellard
 - first Alpha CPU patches (Falk Hueffner)
99 27c75a9a bellard
 - removed bfd.h dependancy
100 27c75a9a bellard
 - fixed shrd, shld, idivl and divl on PowerPC.
101 27c75a9a bellard
 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
102 27c75a9a bellard
103 bc8a22cc bellard
version 0.1.4:
104 bc8a22cc bellard
105 bc8a22cc bellard
 - more accurate VM86 emulation (can launch small DOS 16 bit
106 bc8a22cc bellard
   executables in wine).
107 bc8a22cc bellard
 - fixed push/pop fs/gs
108 bc8a22cc bellard
 - added iret instruction.
109 27c75a9a bellard
 - added times() syscall and SIOCATMARK ioctl.
110 bc8a22cc bellard
111 bc8a22cc bellard
version 0.1.3:
112 bc8a22cc bellard
113 bc8a22cc bellard
 - S390 support (Ulrich Weigand)
114 bc8a22cc bellard
 - glibc 2.3.x compile fix (Ulrich Weigand)
115 bc8a22cc bellard
 - socketcall endian fix (Ulrich Weigand)
116 bc8a22cc bellard
 - struct sockaddr endian fix (Ulrich Weigand)
117 bc8a22cc bellard
 - sendmsg/recvmsg endian fix (Ulrich Weigand)
118 bc8a22cc bellard
 - execve endian fix (Ulrich Weigand)
119 bc8a22cc bellard
 - fdset endian fix (Ulrich Weigand)
120 bc8a22cc bellard
 - partial setsockopt syscall support (Ulrich Weigand)
121 bc8a22cc bellard
 - more accurate pushf/popf emulation
122 bc8a22cc bellard
 - first partial vm86() syscall support (can be used with runcom example).
123 bc8a22cc bellard
 - added bound, cmpxchg8b, cpuid instructions
124 bc8a22cc bellard
 - added 16 bit addressing support/override for string operations
125 bc8a22cc bellard
 - poll() fix
126 bc8a22cc bellard
 
127 bc8a22cc bellard
version 0.1.2:
128 bc8a22cc bellard
129 bc8a22cc bellard
 - compile fixes
130 bc8a22cc bellard
 - xlat instruction
131 bc8a22cc bellard
 - xchg instruction memory lock
132 bc8a22cc bellard
 - added simple vm86 example (not working with QEMU yet). The 54 byte
133 bc8a22cc bellard
   DOS executable 'pi_10.com' program was released by Bertram
134 bc8a22cc bellard
   Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
135 bc8a22cc bellard
136 d691f669 bellard
version 0.1.1:
137 d691f669 bellard
138 d691f669 bellard
 - glibc 2.2 compilation fixes
139 d691f669 bellard
 - added -s and -L options
140 d691f669 bellard
 - binary distribution of x86 glibc and wine
141 bc8a22cc bellard
 - big endian fixes in ELF loader and getdents.
142 d691f669 bellard
143 3ef693a0 bellard
version 0.1:
144 3ef693a0 bellard
145 3ef693a0 bellard
 - initial public release.