diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-04-26 21:34:00 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-04-26 21:34:00 +0000 |
commit | a8753c3466dcf5c08f51313a402eb09be5af7e30 (patch) | |
tree | 3ad3a03c3a091bd9441fdb90191da556ae670614 /Changelog | |
parent | c99280bc29781fef0c620ed386f75f8ed8094ddf (diff) | |
download | qemu-a8753c3466dcf5c08f51313a402eb09be5af7e30.tar.gz qemu-a8753c3466dcf5c08f51313a402eb09be5af7e30.tar.bz2 qemu-a8753c3466dcf5c08f51313a402eb09be5af7e30.zip |
Bochs disk image support (Alex Beregszaszi)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1409 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -version 0.6.2: +version 0.7.0: - better BIOS translation and HDD geometry auto-detection - user mode networking bug fix @@ -9,15 +9,19 @@ version 0.6.2: - keymaps support (initial patch by Johannes Schindelin) - big endian ARM support (Lennert Buytenhek) - added generic 64 bit target support - - initial x86_64 target support + - x86_64 target support - initial APIC support - MMX/SSE/SSE2/PNI support - PC parallel port support (Mark Jonckheere) - initial SPARC64 support (Blue Swirl) + - SPARC target boots Linux (Blue Swirl) - armv5te user mode support (Paul Brook) - ARM VFP support (Paul Brook) + - ARM "Angel" semihosting syscalls (Paul Brook) + - user mode gdb stub support (Paul Brook) - Samba 3 support - initial Cocoa support (Pierre d'Herbemont) + - generic FPU emulation code version 0.6.1: |