Commit 34f18ab1 authored by Peter Maydell's avatar Peter Maydell
Browse files

docs: Move arm-cpu-features.rst into the system manual



Now we have somewhere to put arm-specific rst documentation,
we can move arm-cpu-features.rst from the docs/ top level
directory into docs/system/arm/.

Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarNiek Linnenbank <nieklinnenbank@gmail.com>
Message-id: 20200309215818.2021-5-peter.maydell@linaro.org
parent d3149c59
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
Arm CPU Features
================
ARM CPU Features
================

Examples of probing and using ARM CPU features

Introduction
============

CPU features are optional features that a CPU of supporting type may
choose to implement or not.  In QEMU, optional CPU features have
+6 −0
Original line number Diff line number Diff line
@@ -78,3 +78,9 @@ undocumented; you can get a complete list by running
   arm/stellaris
   arm/musicpal
   arm/sx1

Arm CPU features
================

.. toctree::
   arm/cpu-features