Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
qemu - QEMU is a FAST! processor emulator
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
qemu |
0.8.0 |
3.fc4 |
src |
1.44 MiB |
Fri Mar 17 06:27:57 2006 |
Changelog
- * Fri Mar 17 17:00:00 2006 David Woodhouse <dwmw2{%}infradead{*}org> 0.8.0-3
- Use -mcpu= instead of -mtune= on x86_64 too
- Disable SPARC targets on x86_64, because dyngen doesn't like fnegs
- * Fri Mar 17 17:00:00 2006 David Woodhouse <dwmw2{%}infradead{*}org> 0.8.0-2
- Don't use -mtune=pentium4 on i386. GCC 3.2 doesn't like it
- * Fri Mar 17 17:00:00 2006 David Woodhouse <dwmw2{%}infradead{*}org> 0.8.0-1
- Update to 0.8.0
- Resort to using compat-gcc-32
- Enable ALSA