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.
- IRC general channel
- irc://irc.oftc.net/qemu
Download
https://download.qemu.org/qemu-6.0.0.tar.xz
VCS Checkout
git clone https://gitlab.com/qemu-project/qemu.git
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Kelly Hopkins
Verified on
20 February 2009
Leaders and contributors
Contact(s) | Role |
---|---|
Fabrice Bellard | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Changelog | https://wiki.qemu.org/ChangeLog/ | |
Savannah (Ref) (R) | https://savannah.nongnu.org/projects/qemu | |
General | Forum | http://qemu-forum.ipi.fi/ |
Debian (Ref) (R) | https://tracker.debian.org/pkg/qemu | |
Ruby (Ref) (R) | https://rubygems.org/gems/qemu | |
Developer | Mailing List Subscribe | http://mail.freesoftware.fsf.org/mailman/listinfo/qemu-devel |
Developer | Download | http://www.nongnu.org/qemu/download.html |
Bug Tracking | https://gitlab.com/qemu-project/qemu/-/issues |
Software prerequisites
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.