mirror of
https://github.com/qemu/qemu.git
synced 2025-08-15 05:06:56 +00:00

Currently target-i386.rst includes the documentation of the 'pc' machine model inline. Split it out into its own file, in a similar way to target-i386.rst; this gives us a place to put documentation of other i386 machine models, such as 'microvm'. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
32 lines
685 B
ReStructuredText
32 lines
685 B
ReStructuredText
.. _QEMU-PC-System-emulator:
|
|
|
|
x86 System emulator
|
|
-------------------
|
|
|
|
.. _pcsys_005fdevices:
|
|
|
|
Board-specific documentation
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
..
|
|
This table of contents should be kept sorted alphabetically
|
|
by the title text of each file, which isn't the same ordering
|
|
as an alphabetical sort by filename.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
i386/pc
|
|
|
|
.. include:: cpu-models-x86.rst.inc
|
|
|
|
.. _pcsys_005freq:
|
|
|
|
OS requirements
|
|
~~~~~~~~~~~~~~~
|
|
|
|
On x86_64 hosts, the default set of CPU features enabled by the KVM
|
|
accelerator require the host to be running Linux v4.5 or newer. Red Hat
|
|
Enterprise Linux 7 is also supported, since the required
|
|
functionality was backported.
|