From: Peter Maydell Date: Thu, 7 May 2020 15:18:16 +0000 (+0100) Subject: docs/system: Sort Arm board index into alphabetical order X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b6e50ad0dbda699a2511861d84e313c756baded8;p=qmiga%2Fqemu.git docs/system: Sort Arm board index into alphabetical order Sort the board index into alphabetical order. (Note that we need to sort alphabetically by the title text of each file, which isn't the same ordering as sorting by the filename.) Signed-off-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Edgar E. Iglesias Reviewed-by: Alex Bennée Message-id: 20200507151819.28444-3-peter.maydell@linaro.org --- diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst index 324e2af1cb..d459efb3d2 100644 --- a/docs/system/target-arm.rst +++ b/docs/system/target-arm.rst @@ -67,19 +67,24 @@ Unfortunately many of the Arm boards QEMU supports are currently undocumented; you can get a complete list by running ``qemu-system-aarch64 --machine help``. +.. + 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 arm/integratorcp - arm/versatile arm/realview - arm/xscale - arm/palm - arm/nseries - arm/stellaris + arm/versatile arm/musicpal - arm/sx1 + arm/nseries arm/orangepi + arm/palm + arm/xscale + arm/sx1 + arm/stellaris Arm CPU features ================