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