QEMU
QEMU
https://www.qemu.org
Generic machine emulator and virtualizer
QEMU is a generic machine emulator and virtualizer.
When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performances. When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. A kernel driver called KVM is needed in this case. The virtualizer mode requires that both the host and guest machine use the same architecture of x86, PowerPC or S390.
It does not offer 3D acceleration.
Documentation
Qemu User Manual at https://www.qemu.org/documentation. User documentation at https://wiki.qemu.org/Category:User_documentation and developer documentation at https://wiki.qemu.org/Category:Developer_documentation.
IRC general channel
- irc://irc.oftc.net/qemu
Download
http://download.qemu-project.org/qemu-2.9.0.tar.xz
version 2.9.0
(stable)
released on 20 April 2017
User level
Intermediate
VCS Checkout
git clone git://git.qemu-project.org/qemu.git
Categories
Related Projects
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Fabrice Bellard | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Developer | Download | http://www.nongnu.org/qemu/download.html |
General | Forum | http://qemu-forum.ipi.fi/ |
Developer | Mailing List Subscribe | http://mail.freesoftware.fsf.org/mailman/listinfo/qemu-devel |
Debian (Ref) (R) | https://tracker.debian.org/pkg/qemu | |
Savannah (Ref) (R) | https://savannah.nongnu.org/projects/qemu | |
Ruby (Ref) (R) | https://rubygems.org/gems/qemu |
Software prerequisites
This entry (in part or in whole) was last reviewed on 13 April 2018.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.