Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
qemu - QEMU is a FAST! processor emulator
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
qemu |
0.8.2 |
4.fc6 |
src |
1.74 MiB |
Tue Nov 14 14:53:28 2006 |
Changelog
- * Mon Nov 13 17:00:00 2006 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 0.8.2-4
- Backport patch to make FC6 guests work by Kevin Kofler
<Kevin{%}tigcc{*}ticalc{*}org> (bz 207843).
- * Mon Sep 11 18:00:00 2006 David Woodhouse <dwmw2{%}infradead{*}org> 0.8.2-3
- Rebuild
- * Thu Aug 24 18:00:00 2006 Matthias Saou <http://freshrpms.net/> 0.8.2-2
- Remove the target-list iteration for x86_64 since they all build again.
- Make gcc32 vs. gcc34 conditional on %{fedora} to share the same spec for
FC5 and FC6.