Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
qemu: QEMU is a FAST! processor emulator
- Summary
- By using dynamic translation it achieves a reasonable speed while being easy
to port on new host CPUs. QEMU has two operating modes:
* User mode emulation. In this mode, QEMU can launch Linux processes compiled
for one CPU on another CPU. Linux system calls are converted because of
endianness and 32/64 bit mismatches. Wine (Windows emulation) and DOSEMU
(DOS emulation) are the main targets for QEMU.
* Full system emulation. In this mode, QEMU emulates a full system, including
a processor and various peripherals. Currently, it is only used to launch
an x86 Linux kernel on an x86 Linux system. It enables easier testing and
debugging of system code. It can also be used to provide virtual hosting
of several virtual PC on a single server.
As QEMU requires no host kernel patches to run, it is very safe and easy to use.
Arch: src
| Download: | qemu-0.9.1-1.9.el5.al.src.rpm |
| Build Date: | Fri Feb 29 02:15:46 2008 |
| Packager: | Joel Barrios <http://joel-barrios.blogspot.com/> |
| Size: | 2.68 MiB |
Changelog
- * Fri Feb 29 18:00:00 2008 Joel Barrios <http://www.alcancelibre.org/>
- Update to 0.9.1
- * Thu Feb 8 18:00:00 2007 Joel Barrios <http://www.alcancelibre.org/>
- Update to 0.9.0
- * Thu Jun 8 19:00:00 2006 David Woodhouse <dwmw2{%}infradead{*}org> 0.8.1-3
- More header abuse in modify_ldt(), change BuildRoot: