2021-09-07 14:01:28 +00:00
|
|
|
----------
|
2021-07-05 09:55:44 +00:00
|
|
|
About QEMU
|
2021-09-07 14:01:28 +00:00
|
|
|
----------
|
2021-07-05 09:55:44 +00:00
|
|
|
|
2021-07-05 09:55:45 +00:00
|
|
|
QEMU is a generic and open source machine emulator and virtualizer.
|
|
|
|
|
|
|
|
QEMU can be used in several different ways. The most common is for
|
2023-01-24 18:01:11 +00:00
|
|
|
:ref:`System Emulation`, where it provides a virtual model of an
|
2021-07-05 09:55:45 +00:00
|
|
|
entire machine (CPU, memory and emulated devices) to run a guest OS.
|
2023-01-24 18:01:11 +00:00
|
|
|
In this mode the CPU may be fully emulated, or it may work with a
|
|
|
|
hypervisor such as KVM, Xen, Hax or Hypervisor.Framework to allow the
|
|
|
|
guest to run directly on the host CPU.
|
2021-07-05 09:55:45 +00:00
|
|
|
|
2023-01-24 18:01:11 +00:00
|
|
|
The second supported way to use QEMU is :ref:`User Mode Emulation`,
|
2021-07-05 09:55:45 +00:00
|
|
|
where QEMU can launch processes compiled for one CPU on another CPU.
|
|
|
|
In this mode the CPU is always emulated.
|
|
|
|
|
2023-01-24 18:01:11 +00:00
|
|
|
QEMU also provides a number of standalone :ref:`command line
|
|
|
|
utilities<Tools>`, such as the ``qemu-img`` disk image utility that
|
|
|
|
allows you to create, convert and modify disk images.
|
2021-07-05 09:55:45 +00:00
|
|
|
|
2021-07-05 09:55:44 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
build-platforms
|
|
|
|
deprecated
|
|
|
|
removed-features
|
|
|
|
license
|