Difference between revisions of "QEMU"

From Emulation General Wiki
Jump to navigation Jump to search
m
 
(29 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{Infobox emulator
+
{{Infobox software
 
|title        = Quick Emulator
 
|title        = Quick Emulator
|logo          =  
+
|logo          = Qemu.png
|logowidth    =  
+
|logowidth    = 200
 
|developer    = Fabrice Bellard et al.
 
|developer    = Fabrice Bellard et al.
|version      = 3.1.0-rc2
+
|version      = {{Version|QEMU}}
 
|active        = Yes
 
|active        = Yes
|platform      = Windows, Linux, macOS, [[Android emulators|Android]] <small>(port)</small>
+
|platform      = [[Emulators on Windows|Windows]]<br/>[[Emulators on Linux|Linux]]<br/>[[Emulators on macOS|macOS]]<br/>[[Emulators on Android|Android]] <small>(port)</small>
 
|architecture  = x86_64, ARM, PowerPC, SPARC, MIPS, Itanium
 
|architecture  = x86_64, ARM, PowerPC, SPARC, MIPS, Itanium
|target        = [[86/286/386/486/Pentium/Pentium MMX/Pentium Pro/Pentium II]]<br/>Various PowerPC machines<br/>Various ARM devices<br/>SPARC<br/>MicroBlaze<br/>LatticeMico32<br/>CRIS<br/>OpenRISC
+
|type          = Hypervisor
 +
|target        = [[POS_(Pong_Consoles)_CPUs_and_Other_Chips#x86_CPUs|x86 CPUs]]<br/>Various PowerPC machines<br/>Various ARM devices<br/>SPARC<br/>MicroBlaze<br/>LatticeMico32<br/>CRIS<br/>OpenRISC
 
|compatibility =  
 
|compatibility =  
 
|accuracy      =  
 
|accuracy      =  
 +
|support      = [https://www.paypal.com/donate/?hosted_button_id=YN74TZRMBBM6U PayPal]
 
|website      = [https://www.qemu.org/ qemu.org]
 
|website      = [https://www.qemu.org/ qemu.org]
 
|prog-lang    = C
 
|prog-lang    = C
Line 16: Line 18:
 
}}
 
}}
  
'''[[wikipedia:QEMU|QEMU]]''' (an acronym for '''<u>Q</u>uick <u>Emu</u>lator''') is a general-purpose computer emulator and hypervisor originally developed by Fabrice Bellard in 2003. It emulates a wide range of architectures beyond [[wikipedia:x86|x86]], and has been used in [[Android emulators|Android emulation]] both officially and unofficially; it's also well-known in the server industry for its handling of virtual machines using KVM (and more recently libvirt), and is the choice of the VFIO community (running Windows in a virtual machine with a dedicated graphics card for gaming). QEMU is also the only known emulator to implement user-mode emulation (on Linux), which allows one architecture to run software for another as if it were native.
+
'''[[wikipedia:QEMU|QEMU]]''' (an acronym for '''<u>Q</u>uick <u>Emu</u>lator''') is a general-purpose computer emulator and hypervisor originally developed by Fabrice Bellard in 2003. It emulates a wide range of architectures beyond [[wikipedia:x86|x86]], and has been used in [[Android emulators|Android emulation]] both officially and unofficially; it's also well-known in the server industry for its handling of virtual machines using KVM (and more recently libvirt), and is the choice of the VFIO community (running Windows in a virtual machine with a dedicated graphics card for gaming). QEMU is also the first project to implement usermode emulation on Linux, which allows one architecture to run software for another as if it were native.
  
 
==Download==
 
==Download==
* [https://www.qemu.org/download/ '''Official / Recommended builds'''] (Windows, Linux, macOS)
+
{| cellpadding="4"
* [https://limboemulator.weebly.com/downloads.html Limbo port] ([[Android emulators|Android]])
+
|-
 +
|align=center|{{Icon|Win|Lin|Mac}}
 +
|'''[https://www.qemu.org/download/ Recommended Builds]'''<br/><small>Stable/Distro-dependent</small>
 +
|-
 +
|colspan="3"|<hr/>
 +
|-
 +
|align=center|{{Icon|Win-big}}
 +
|[https://qemu.weilnetz.de/w32/ 32-bit] and [https://qemu.weilnetz.de/w64/ 64-bit] Builds<br/><small>Compiled by Stefan Weil</small>
 +
|-
 +
|align=center|{{Icon|APK-big}}
 +
|[https://virtualmachinery.weebly.com/limbo-downloads.html Limbo Port]<br/><small>Based on QEMU 5.1.0</small>
 +
|-
 +
|align=center|{{Icon|Lin|BSD}}
 +
|[https://pkgs.org/download/qemu <code>qemu</code> Package Listing]<br/><small>at pkgs.org</small>
 +
|}
 +
 
 +
==Overview==
 +
QEMU can act as an emulator for multiple architectures, or as a hypervisor if running an x86 guest on an x86 host. As a hypervisor, it can utilize KVM on Linux or Intel HAXM on Windows for hardware acceleration of virtual machines, which can result in near-native performance. As an emulator, it uses dynamic recompilers, which makes it much faster than [[Bochs]]. Its maturity and performance have resulted in it being used as a basis for emulators for the Xbox, PS4, and iOS.
 +
QEMU completely lacks a GUI and must be run from the command-line. The official QEMU wiki includes links to various dedicated frontends, including those for Windows users. Linux users may prefer to instead use a virtual machine management system such as virt-manager that controls QEMU/KVM.
  
 
==External links==
 
==External links==
Line 27: Line 47:
  
 
[[Category:Emulators]]
 
[[Category:Emulators]]
 +
[[Category:Computer emulators]]
 +
[[Category:Hypervisors]]
 
[[Category:Windows emulation software]]
 
[[Category:Windows emulation software]]
 
[[Category:Linux emulation software]]
 
[[Category:Linux emulation software]]
 
[[Category:macOS emulation software]]
 
[[Category:macOS emulation software]]
 
[[Category:Android emulation software]]
 
[[Category:Android emulation software]]

Latest revision as of 15:13, 13 January 2024

Quick Emulator
Qemu.png
Developer(s) Fabrice Bellard et al.
Latest version 9.0.0-rc4 [+]
Active Yes
Platform(s) Windows
Linux
macOS
Android (port)
Architecture(s) x86_64, ARM, PowerPC, SPARC, MIPS, Itanium
Type Hypervisor
Emulates x86 CPUs
Various PowerPC machines
Various ARM devices
SPARC
MicroBlaze
LatticeMico32
CRIS
OpenRISC
Programmed in C
Website qemu.org
Support ($) PayPal
Source code Official repository
GitHub mirror

QEMU (an acronym for Quick Emulator) is a general-purpose computer emulator and hypervisor originally developed by Fabrice Bellard in 2003. It emulates a wide range of architectures beyond x86, and has been used in Android emulation both officially and unofficially; it's also well-known in the server industry for its handling of virtual machines using KVM (and more recently libvirt), and is the choice of the VFIO community (running Windows in a virtual machine with a dedicated graphics card for gaming). QEMU is also the first project to implement usermode emulation on Linux, which allows one architecture to run software for another as if it were native.

Download[edit]

Windows Linux macOS Recommended Builds
Stable/Distro-dependent

Windows 32-bit and 64-bit Builds
Compiled by Stefan Weil
Android Limbo Port
Based on QEMU 5.1.0
Linux FreeBSD qemu Package Listing
at pkgs.org

Overview[edit]

QEMU can act as an emulator for multiple architectures, or as a hypervisor if running an x86 guest on an x86 host. As a hypervisor, it can utilize KVM on Linux or Intel HAXM on Windows for hardware acceleration of virtual machines, which can result in near-native performance. As an emulator, it uses dynamic recompilers, which makes it much faster than Bochs. Its maturity and performance have resulted in it being used as a basis for emulators for the Xbox, PS4, and iOS. QEMU completely lacks a GUI and must be run from the command-line. The official QEMU wiki includes links to various dedicated frontends, including those for Windows users. Linux users may prefer to instead use a virtual machine management system such as virt-manager that controls QEMU/KVM.

External links[edit]