mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
b91b0fc163
HAX is deprecated since commits73741fda6c
("MAINTAINERS: Abort HAXM maintenance") and90c167a1da
("docs/about/deprecated: Mark HAXM in QEMU as deprecated"), released in v8.0.0. Per the latest HAXM release (v7.8 [*]), the latest QEMU supported is v7.2: Note: Up to this release, HAXM supports QEMU from 2.9.0 to 7.2.0. The next commit (https://github.com/intel/haxm/commit/da1b8ec072) added: HAXM v7.8.0 is our last release and we will not accept pull requests or respond to issues after this. It became very hard to build and test HAXM. Its previous maintainers made it clear they won't help. It doesn't seem to be a very good use of QEMU maintainers to spend their time in a dead project. Save our time by removing this orphan zombie code. [*] https://github.com/intel/haxm/releases/tag/v7.8.0 Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230831082016.60885-1-philmd@linaro.org>
29 lines
945 B
ReStructuredText
29 lines
945 B
ReStructuredText
----------
|
|
About QEMU
|
|
----------
|
|
|
|
QEMU is a generic and open source machine emulator and virtualizer.
|
|
|
|
QEMU can be used in several different ways. The most common is for
|
|
:ref:`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 :ref:`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 :ref:`command line
|
|
utilities<Tools>`, such as the ``qemu-img`` disk image utility that
|
|
allows you to create, convert and modify disk images.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
build-platforms
|
|
emulation
|
|
deprecated
|
|
removed-features
|
|
license
|