A generic and open source processor emulator
https://www.qemu.org/
99-qemu-guest-agent.rules | ||
qemu-0.8.0-dyngen.patch | ||
qemu-0.8.0-gcc4_ppc.patch | ||
qemu-0.8.0-gcc4_x86.patch | ||
qemu-0.8.0-ldscript_ppc.patch | ||
qemu-0.8.1-build.patch | ||
qemu-1.4.1-texinfo-5.patch | ||
qemu-1.7.0-virtfs-ftbfs.patch | ||
qemu-5.2.0-STATX_MNT_ID-missing-workaround.patch | ||
qemu-ga-sysconfig | ||
qemu-guest-agent.service | ||
qemu.service | ||
qemu.spec | ||
README.md |
qemu
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 or a PowerMac), 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 (Linux host only). In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU.