Difference between revisions of "QEMU"
(virtualization category, update description) |
(Added Ruby link) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 7: | Line 7: | ||
It does not offer 3D acceleration. | It does not offer 3D acceleration. | ||
− | |Homepage URL= | + | |Homepage URL=https://www.qemu.org |
|User level=intermediate | |User level=intermediate | ||
+ | |Is High Priority Project=No | ||
|VCS checkout command=git clone git://git.qemu-project.org/qemu.git | |VCS checkout command=git clone git://git.qemu-project.org/qemu.git | ||
|Computer languages=C | |Computer languages=C | ||
− | |Documentation note= | + | |Documentation note=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. |
+ | |Decommissioned/Obsolete=No | ||
+ | |Accepts cryptocurrency donations=No | ||
|IRC general=irc://irc.oftc.net/qemu | |IRC general=irc://irc.oftc.net/qemu | ||
|Related projects=QEMU_Accelerator_Module_(KQEMU) | |Related projects=QEMU_Accelerator_Module_(KQEMU) | ||
− | |Keywords=virtual machine, virtual, vm, operating systems, emulator | + | |Keywords=virtual machine, virtual, vm, operating systems, emulator, virtualbox |
− | |Version identifier=2. | + | |Version identifier=2.9.0 |
+ | |Version date=2017/04/20 | ||
|Version status=stable | |Version status=stable | ||
− | |Version download=http://wiki.qemu.org/ | + | |Version download=http://download.qemu-project.org/qemu-2.9.0.tar.xz |
− | |Last review by= | + | |Version comment=Read https://wiki.qemu.org/ChangeLog/2.9. |
− | |Last review date= | + | |Test entry=No |
− | + | |Last review by=Bendikker | |
+ | |Last review date=2018/04/13 | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | |||
|Is GNU=No | |Is GNU=No | ||
− | |||
}} | }} | ||
{{Project license | {{Project license | ||
Line 50: | Line 53: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=fabrice.bellard@free.fr | |Email=fabrice.bellard@free.fr | ||
− | |Resource URL= | + | }} |
+ | {{Resource | ||
+ | |Resource audience=Ruby (Ref) (R) | ||
+ | |Resource URL=https://rubygems.org/gems/qemu | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Debian (Ref) (R) | ||
+ | |Resource URL=https://tracker.debian.org/pkg/qemu | ||
}} | }} | ||
{{Resource | {{Resource | ||
Line 58: | Line 68: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah (Ref) (R) |
− | + | |Resource URL=https://savannah.nongnu.org/projects/qemu | |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource |
Latest revision as of 01:32, 13 April 2018
Overview
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
Details
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
About this entry
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.