Difference between revisions of "QEMU"

From Emulation General Wiki
Jump to navigation Jump to search
(Downloads: Undo)
(From latest Wayback Machine snapshot)
Line 1: Line 1:
 
{{Infobox software
 
{{Infobox software
 
|title        = Quick Emulator
 
|title        = Quick Emulator
|logo          =  
+
|logo          = Qemu.png
|logowidth    =  
+
|logowidth    = 300px
 
|developer    = Fabrice Bellard et al.
 
|developer    = Fabrice Bellard et al.
 
|version      = {{QEMUVer}}
 
|version      = {{QEMUVer}}
Line 31: Line 31:
 
|-
 
|-
 
|align=center|{{Icon|APK-big}}
 
|align=center|{{Icon|APK-big}}
|[https://github.com/limboemu/limbo/wiki/Downloads Limbo Port]<br/><small>Based on QEMU 2.9.1</small>
+
|[https://github.com/limboemu/limbo/wiki/Downloads Limbo Port]<br/><small>Based on QEMU 5.1.0</small>
 
|-
 
|-
 
|align=center|{{Icon|Lin|BSD}}
 
|align=center|{{Icon|Lin|BSD}}

Revision as of 00:25, 29 July 2021

Quick Emulator
Qemu.png
Developer(s) Fabrice Bellard et al.
Latest version 8.2.0
Active Yes
Platform(s) Windows, Linux, macOS, Android (port)
Architecture(s) x86_64, ARM, PowerPC, SPARC, MIPS, Itanium
Type Hypervisor
Emulates Intel CPUs
Various PowerPC machines
Various ARM devices
SPARC
MicroBlaze
LatticeMico32
CRIS
OpenRISC
Programmed in C
Website qemu.org
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 only known emulator to implement user-mode emulation (on Linux), which allows one architecture to run software for another as if it were native.

Download

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

External links