URL: https://linuxfr.org/users/nyco/journaux/qemu-070 Title: QEMU 0.7.0 Authors: Nÿco Date: 2005年04月28日T13:30:15+02:00 Tags: Score: 0 QEMU est un émulateur/virtualiseur de système. Ça permet en gros de faire des tests de distro en l'installant dans un gros fichier du système hôte (voire en ne l'installant pas si c'est une LiveCD ou un LiveDVD). Si vous n'avez pas encore jeté un coup d'oeil, allez-y maintenant ! Téléchargez et testez ! L'annonce de Fabrice Bellard [http://lists.gnu.org/archive/html/qemu-devel/2005-04/msg00479.html(...)](http://lists.gnu.org/archive/html/qemu-devel/2005-04/msg00479.html) La home page [http://fabrice.bellard.free.fr/qemu/(...)](http://fabrice.bellard.free.fr/qemu/) Le changelog [http://fabrice.bellard.free.fr/qemu/changelog.html(...)](http://fabrice.bellard.free.fr/qemu/changelog.html) Rapidement, le résumé des changements : _Full x86_64 and MMX/SSE/SSE2 emulation support. SPARC target can now boot Linux. Much improved ARM user mode emulation. Many bug fixes._ Sinon, voici ce qu'apporte la 0.7.0 par rapport à la 0.6.1 : _ version 0.7.0: - better BIOS translation and HDD geometry auto-detection - user mode networking bug fix - undocumented FPU ops support - Cirrus VGA: support for 1280x1024x[8,15,16] modes - 'pidfile' option - .dmg disk image format support (Johannes Schindelin) - keymaps support (initial patch by Johannes Schindelin) - big endian ARM support (Lennert Buytenhek) - added generic 64 bit 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 - Virtual PC read-only disk image support (Alex Beregszaszi) _ Pour mémoire il existe deux modules noyau d'accélération : - KQEMU par Fabrice Bellard himself, pas encore libre, mais souhaite le devenir grâce à une société bienfaitrice - qvm86 par Paul Brooks, contributeur actif, libre mais encore expérimental