]> git.proxmox.com Git - qemu.git/blob - Changelog
better vm86 support
[qemu.git] / Changelog
1 version 0.1.4:
2
3 - more accurate VM86 emulation (can launch small DOS 16 bit
4 executables in wine).
5 - fixed push/pop fs/gs
6 - added iret instruction.
7
8 version 0.1.3:
9
10 - S390 support (Ulrich Weigand)
11 - glibc 2.3.x compile fix (Ulrich Weigand)
12 - socketcall endian fix (Ulrich Weigand)
13 - struct sockaddr endian fix (Ulrich Weigand)
14 - sendmsg/recvmsg endian fix (Ulrich Weigand)
15 - execve endian fix (Ulrich Weigand)
16 - fdset endian fix (Ulrich Weigand)
17 - partial setsockopt syscall support (Ulrich Weigand)
18 - more accurate pushf/popf emulation
19 - first partial vm86() syscall support (can be used with runcom example).
20 - added bound, cmpxchg8b, cpuid instructions
21 - added 16 bit addressing support/override for string operations
22 - poll() fix
23
24 version 0.1.2:
25
26 - compile fixes
27 - xlat instruction
28 - xchg instruction memory lock
29 - added simple vm86 example (not working with QEMU yet). The 54 byte
30 DOS executable 'pi_10.com' program was released by Bertram
31 Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
32
33 version 0.1.1:
34
35 - glibc 2.2 compilation fixes
36 - added -s and -L options
37 - binary distribution of x86 glibc and wine
38 - big endian fixes in ELF loader and getdents.
39
40 version 0.1:
41
42 - initial public release.