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