mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
docs/system: Sort targets in alphabetical order
Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20210126060007.12904-8-bmeng.cn@gmail.com Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
8e3c886870
commit
1921e4276d
1 changed files with 12 additions and 7 deletions
|
@ -7,16 +7,21 @@ various targets are mentioned in the following sections.
|
||||||
|
|
||||||
Contents:
|
Contents:
|
||||||
|
|
||||||
|
..
|
||||||
|
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::
|
.. toctree::
|
||||||
|
|
||||||
target-i386
|
target-arm
|
||||||
|
target-avr
|
||||||
|
target-m68k
|
||||||
|
target-mips
|
||||||
target-ppc
|
target-ppc
|
||||||
|
target-rx
|
||||||
|
target-s390x
|
||||||
target-sparc
|
target-sparc
|
||||||
target-sparc64
|
target-sparc64
|
||||||
target-mips
|
target-i386
|
||||||
target-arm
|
|
||||||
target-m68k
|
|
||||||
target-xtensa
|
target-xtensa
|
||||||
target-s390x
|
|
||||||
target-rx
|
|
||||||
target-avr
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue