Main Page: Difference between revisions

From QEMU
(Undo revision 149 by 217.195.52.165 (Talk))
No edit summary
 
(214 intermediate revisions by 44 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:About}}
QEMU is a generic and open source 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 performance.
 
When used as a virtualizer, QEMU achieves near native performance by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, 64-bit POWER, S390, 32-bit and 64-bit ARM, and MIPS guests.


QEMU is a generic and open source machine emulator and virtualizer.
QEMU is a member of [https://www.qemu.org/conservancy/ Software Freedom Conservancy].


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.
QEMU releases can be downloaded here: https://www.qemu.org/download/


When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests.
== Creating Accounts ==


<span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left">== News == '''Feb 23, 2010''' *QEMU version 0.12.3 is out ([[ChangeLog|ChangeLog]]). '''Jan 19, 2010''' *QEMU version 0.12.2 is out ([[ChangeLog|ChangeLog]]). '''Dec 20, 2009''' *QEMU version 0.12.1 is out ([[ChangeLog|ChangeLog]]). '''Dec 12, 2009''' *QEMU version 0.12.0-rc2 is out ([[ChangeLog|ChangeLog]]). '''Dec 6, 2009''' *QEMU version 0.12.0-rc1 is out ([[ChangeLog|ChangeLog]]). [[OlderNews|...]]</span> == News =='' '23. Februar 2010''' * QEMU Version 0.12.3 ist out ([[ChangeLog | ChangeLog]]).'' '19. Januar 2010''' * QEMU Version 0.12.2 ist aus ([[ChangeLog | ChangeLog]]).'' '20. Dezember 2009''' * QEMU Version 0.12.1 ist out ([[ChangeLog | ChangeLog]]).'' '12. Dezember 2009''' * QEMU-Version 0.12.0-rc2 steht aus ([[ChangeLog | ChangeLog]]).'' '6. Dezember 2009''' * QEMU-Version 0.12.0-rc1 ist out ([[ChangeLog | ChangeLog]]). [ [OlderNews |...]]</span>
To help control spam, we have disabled account creation on this wiki. To obtain an account, please contact a user with an existing wiki account and ask them to create an account for you with a dummy password. Immediately change the password after first login. If you need assistance, please ask on [[MailingLists|qemu-devel]].

Latest revision as of 11:46, 9 July 2020

QEMU is a generic and open source 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 performance.

When used as a virtualizer, QEMU achieves near native performance by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, 64-bit POWER, S390, 32-bit and 64-bit ARM, and MIPS guests.

QEMU is a member of Software Freedom Conservancy.

QEMU releases can be downloaded here: https://www.qemu.org/download/

Creating Accounts

To help control spam, we have disabled account creation on this wiki. To obtain an account, please contact a user with an existing wiki account and ask them to create an account for you with a dummy password. Immediately change the password after first login. If you need assistance, please ask on qemu-devel.