]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/blob - Changelog
update
[lisovros/qemu_apohw.git] / Changelog
1 version 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
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
16
17 version 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
24 version 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)
30  - accept User Mode Linux Copy On Write disk images
31  - SMP kernels can at least be booted
32
33 version 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
40 version 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
46  - Linux kernel can be executed by QEMU with the 'vl' command.
47
48 version 0.3:
49
50  - initial support for ARM emulation
51  - added fnsave, frstor, fnstenv, fldenv FPU instructions
52  - added FPU register save in signal emulation
53  - initial ARM port
54  - Sparc and Alpha ports work on the regression test
55  - generic ioctl number conversion
56  - fixed ioctl type conversion
57
58 version 0.2:
59
60  - PowerPC disassembly and ELF symbols output (Rusty Russell)
61  - flock support (Rusty Russell)
62  - ugetrlimit support (Rusty Russell)
63  - fstat64 fix (Rusty Russell)
64  - initial Alpha port (Falk Hueffner)
65  - initial IA64 port (Matt Wilson)
66  - initial Sparc and Sparc64 port (David S. Miller)
67  - added HLT instruction
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
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)
79
80 version 0.1.6:
81
82  - automatic library search system. QEMU can now work with unpatched
83    ELF dynamic loader and libc (Rusty Russell).
84  - ISO C warning fixes (Alistair Strachan)
85  - first self-virtualizable version (works only as long as the
86    translation cache is not flushed)
87  - RH9 fixes
88
89 version 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
97 version 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.
103  - added times() syscall and SIOCATMARK ioctl.
104
105 version 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  
121 version 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
130 version 0.1.1:
131
132  - glibc 2.2 compilation fixes
133  - added -s and -L options
134  - binary distribution of x86 glibc and wine
135  - big endian fixes in ELF loader and getdents.
136
137 version 0.1:
138
139  - initial public release.