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