docs: Split out 'pc' machine model docs into their own file

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>
This commit is contained in:
Peter Maydell 2020-11-12 14:40:37 +00:00
parent c5d7cfdaac
commit 7f0cff6e34
2 changed files with 20 additions and 5 deletions

7
docs/system/i386/pc.rst Normal file
View File

@ -0,0 +1,7 @@
i440fx PC (``pc-i440fx``, ``pc``)
=================================
Peripherals
~~~~~~~~~~~
.. include:: ../target-i386-desc.rst.inc

View File

@ -1,14 +1,22 @@
.. _QEMU-PC-System-emulator:
x86 (PC) System emulator
------------------------
x86 System emulator
-------------------
.. _pcsys_005fdevices:
Peripherals
~~~~~~~~~~~
Board-specific documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. include:: target-i386-desc.rst.inc
..
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