QEMU is a generic and open source machine emulator and virtualizer.
QEMU can be used in several different ways. The most common is for System Emulation, where it provides a virtual model of an entire machine (CPU, memory and emulated devices) to run a guest OS. In this mode the CPU may be fully emulated, or it may work with a hypervisor such as KVM, Xen or Hypervisor.Framework to allow the guest to run directly on the host CPU.
The second supported way to use QEMU is User Mode Emulation, where QEMU can launch processes compiled for one CPU on another CPU. In this mode the CPU is always emulated.
QEMU also provides a number of standalone command line utilities, such as the qemu-img disk image utility that allows you to create, convert and modify disk images.
Features include:
- Emulates a number of CPU architectures.
- Run programs for another Linux/BSD target, on any supported architecture.
- Virtualization – run KVM and Xen virtual machines with near native performance.
- Cross-platform support – runs under Linux, FreeBSD, NetBSD, OpenBSD, macOS, and Windows.
Website: www.qemu.org
Support:
Developer: QEMU team
License: GNU General Public License v2.0
QEMU is written in C. Learn C with our recommended free books and free tutorials.
Related Software
| Virtualization Tools | |
|---|---|
| VirtualBox | Powerful x86 and AMD64/Intel64 virtualization software |
| Quickemu | Wrapper for QEMU that automatically “does the right thing” |
| QEMU | Machine emulator and virtualizer |
| Multipass | Lightweight virtual machine manager |
| Boxes | View, access, and manage remote and virtual systems |
| virt-manager | Desktop tool for managing virtual machines via libvirt |
| Incus | Secure and powerful system container and virtual machine manager |
| Quickgui | Gaphical user interface for the Quickemu virtual machine manager. |
| Kudu | Create and manage QEMU virtual machines from the terminal |
| Cockpit Machines | Web interface for managing virtual machines |
| Cassowary | Run Windows virtual machine on Linux |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.