qemu - QEMU is a FAST! processor emulator

Description:

QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. QEMU has two operating modes:

 * Full system emulation. In this mode, QEMU emulates a full system (for
   example a PC), including a processor and various peripherials. It can be
   used to launch different Operating Systems without rebooting the PC or
   to debug system code.
 * User mode emulation. In this mode, QEMU can launch Linux processes compiled
   for one CPU on another CPU.

As QEMU requires no host kernel patches to run, it is safe and easy to use.

Homepage: http://www.qemu.org/

License: GPLv2+, LGPLv2+

Vendor: Fedora Project

Packages

qemu-0.9.0-5.fc8.x86_64 [4.4 MiB] Changelog by Daniel P. Berrange (2007-09-26):
- Fix rtl8139 checksum calculation for Vista (rhbz #308201)