c2c7f3351a
Currently, cpu-models-x86.rst.inc is included in target-i386.rst directly. To make the toctree more homogeneous when adding more documentation, include it through a first-class .rst file. Together with the previous changes to the man page skeletons, this also frees "===" for the headings, so that cpu-models-x86.rst.inc need not assume anything about the headings used by target-i386.rst. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
39 lines
754 B
ReStructuredText
39 lines
754 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/microvm
|
|
i386/pc
|
|
|
|
Architectural features
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
i386/cpu
|
|
|
|
.. _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.
|