Difference between revisions of "QEMU"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=QEMU |Short description=a generic machine emulator and virtualizer. |Full description=QEMU is a generic machine emulator and virtualizer. When used as a machine emu...")
 
(etc.: add IRC general, VCS clone shell command)
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=QEMU
 
|Name=QEMU
|Short description=a generic machine emulator and virtualizer.
+
|Short description=Generic machine emulator and virtualizer
|Full description=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 host driver called the QEMU accelerator (also known as KQEMU) is needed in this case. The virtualizer mode requires that both the host and guest machine use x86 compatible processors.
+
|Full description='''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.
 +
|Homepage URL=https://www.qemu.org
 +
|Version download=https://download.qemu.org/qemu-6.0.0.tar.xz
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
+
|Is High Priority Project=No
|Component programs=
+
|VCS checkout command=git clone git://git.qemu-project.org/qemu.git
|Homepage URL=http://www.nongnu.org/qemu/
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=http://www.nongnu.org/qemu/user-doc.html
+
|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.
|Paid support=
+
|Decommissioned/Obsolete=No
|IRC help=
+
|Accepts cryptocurrency donations=No
|IRC general=irc://irc.freenode.net/qemu
+
|IRC general=irc://irc.oftc.net/qemu
|IRC development=
 
 
|Related projects=QEMU_Accelerator_Module_(KQEMU)
 
|Related projects=QEMU_Accelerator_Module_(KQEMU)
|Keywords=virtual machine,virtual,translation,dynamic,C,operating systems,emulator
+
|Keywords=virtual machine, virtual, vm, operating systems, emulator, virtualbox
|Is GNU=n
+
|Version identifier=2.9.0
|Last review by=Kelly Hopkins
+
|Version date=2017/04/20
|Last review date=2009-05-12
+
|Version status=stable
|Submitted by=Database conversion
+
|Version comment=Read https://wiki.qemu.org/ChangeLog/2.9.
 +
|Test entry=No
 +
|Last review by=Bendikker
 +
|Last review date=2018/04/13
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.9.1
+
|Is GNU=No
|Version date=2009-02-20
+
}}
|Version status=beta
+
{{Project license
|Version download=http://bellard.org/qemu/qemu-0.9.1.tar.gz
+
|License=GPLv2
 +
|License copyright=tbd
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-20
 
|License verified date=2009-02-20
|Version comment=
+
|License note=https://gitlab.com/qemu-project/qemu/-/blob/master/COPYING, https://gitlab.com/qemu-project/qemu/-/blob/master/LICENSE
 +
}}
 +
{{Project license
 +
|License=0
 +
|License copyright=tbd
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-02-20
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1
 +
|License copyright=tbd
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-02-20
 +
}}
 +
{{Project license
 +
|License=Expat
 +
|License copyright=tbd
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2009-02-20
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|System-administration=virtualization
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Fabrice Bellard
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Fabrice Bellard
 
 
|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 40: Line 80:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Savannah (Ref) (R)
|Resource kind=Homepage
+
|Resource URL=https://savannah.nongnu.org/projects/qemu
|Resource URL=http://savannah.nongnu.org/projects/qemu
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 54: Line 93:
 
|Resource URL=http://mail.freesoftware.fsf.org/mailman/listinfo/qemu-devel
 
|Resource URL=http://mail.freesoftware.fsf.org/mailman/listinfo/qemu-devel
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line
+
|Resource kind=Bug Tracking
 +
|Resource URL=https://gitlab.com/qemu-project/qemu/-/issues
 
}}
 
}}
{{Project license
+
{{Resource
|License=GPLv2
+
|Resource kind=Changelog
|License verified by=Kelly Hopkins
+
|Resource URL=https://wiki.qemu.org/ChangeLog/
|License verified date=2009-02-20
 
 
}}
 
}}
{{Project license
+
{{EntryDetails
|License=BSD_3Clause
+
|Is High Priority Project=No
|License verified by=Kelly Hopkins
+
|VCS checkout command=git clone https://gitlab.com/qemu-project/qemu.git
|License verified date=2009-02-20
+
|Decommissioned or Obsolete=No
}}
+
|IRC general=irc://irc.oftc.net/qemu
{{Project license
+
|Accepts cryptocurrency donations=No
|License=LGPLv2.1
+
|Test entry=No
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-20
 
}}
 
{{Project license
 
|License=Expat
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-20
 
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 21:15, 16 June 2021


[edit]

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" IRC general channel
irc://irc.oftc.net/qemu





Licensing

License

Verified by

Verified on

Notes

License

Expat

Verified by

Kelly Hopkins

Verified on

20 February 2009

License

0

Verified by

Kelly Hopkins

Verified on

20 February 2009

License

LGPLv2.1

Verified by

Kelly Hopkins

Verified on

20 February 2009




Leaders and contributors

Contact(s)Role
Fabrice Bellard Maintainer


Resources and communication

AudienceResource typeURI
Changeloghttps://wiki.qemu.org/ChangeLog/
Savannah (Ref) (R)https://savannah.nongnu.org/projects/qemu
GeneralForumhttp://qemu-forum.ipi.fi/
Debian (Ref) (R)https://tracker.debian.org/pkg/qemu
Ruby (Ref) (R)https://rubygems.org/gems/qemu
DeveloperMailing List Subscribehttp://mail.freesoftware.fsf.org/mailman/listinfo/qemu-devel
DeveloperDownloadhttp://www.nongnu.org/qemu/download.html
Bug Trackinghttps://gitlab.com/qemu-project/qemu/-/issues


Software prerequisites




Entry








"0" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.














"Ruby (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"Savannah (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.











Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








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.