diff mbox series

[4/5] docs: Move arm-cpu-features.rst into the system manual

Message ID 20200309215818.2021-5-peter.maydell@linaro.org
State Superseded
Headers show
Series docs/system: Split target-arm.rst | expand

Commit Message

Peter Maydell March 9, 2020, 9:58 p.m. UTC
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: Peter Maydell <peter.maydell@linaro.org>

---
 .../{arm-cpu-features.rst => system/arm/cpu-features.rst} | 8 +-------
 docs/system/target-arm.rst                                | 6 ++++++
 2 files changed, 7 insertions(+), 7 deletions(-)
 rename docs/{arm-cpu-features.rst => system/arm/cpu-features.rst} (99%)

-- 
2.20.1

Comments

Alex Bennée March 10, 2020, 2:54 p.m. UTC | #1
Peter Maydell <peter.maydell@linaro.org> writes:

> 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: Peter Maydell <peter.maydell@linaro.org>


Reviewed-by: Alex Bennée <alex.bennee@linaro.org>


> ---

>  .../{arm-cpu-features.rst => system/arm/cpu-features.rst} | 8 +-------

>  docs/system/target-arm.rst                                | 6 ++++++

>  2 files changed, 7 insertions(+), 7 deletions(-)

>  rename docs/{arm-cpu-features.rst => system/arm/cpu-features.rst} (99%)

>

> diff --git a/docs/arm-cpu-features.rst b/docs/system/arm/cpu-features.rst

> similarity index 99%

> rename from docs/arm-cpu-features.rst

> rename to docs/system/arm/cpu-features.rst

> index fc1623aeca5..7495b7b672b 100644

> --- a/docs/arm-cpu-features.rst

> +++ b/docs/system/arm/cpu-features.rst

> @@ -1,11 +1,5 @@

> +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

> diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst

> index 86ea6f2f568..1425bd5303a 100644

> --- a/docs/system/target-arm.rst

> +++ b/docs/system/target-arm.rst

> @@ -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



-- 
Alex Bennée
Niek Linnenbank March 10, 2020, 9 p.m. UTC | #2
Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com>


On Mon, Mar 9, 2020 at 10:58 PM Peter Maydell <peter.maydell@linaro.org>
wrote:

> 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: Peter Maydell <peter.maydell@linaro.org>

> ---

>  .../{arm-cpu-features.rst => system/arm/cpu-features.rst} | 8 +-------

>  docs/system/target-arm.rst                                | 6 ++++++

>  2 files changed, 7 insertions(+), 7 deletions(-)

>  rename docs/{arm-cpu-features.rst => system/arm/cpu-features.rst} (99%)

>

> diff --git a/docs/arm-cpu-features.rst b/docs/system/arm/cpu-features.rst

> similarity index 99%

> rename from docs/arm-cpu-features.rst

> rename to docs/system/arm/cpu-features.rst

> index fc1623aeca5..7495b7b672b 100644

> --- a/docs/arm-cpu-features.rst

> +++ b/docs/system/arm/cpu-features.rst

> @@ -1,11 +1,5 @@

> +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

> diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst

> index 86ea6f2f568..1425bd5303a 100644

> --- a/docs/system/target-arm.rst

> +++ b/docs/system/target-arm.rst

> @@ -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

> --

> 2.20.1

>

>


-- 
Niek Linnenbank
<div dir="ltr">Reviewed-by: Niek Linnenbank &lt;<a href="mailto:nieklinnenbank@gmail.com">nieklinnenbank@gmail.com</a>&gt;<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 9, 2020 at 10:58 PM Peter Maydell &lt;<a href="mailto:peter.maydell@linaro.org">peter.maydell@linaro.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Now we have somewhere to put arm-specific rst documentation,<br>
we can move arm-cpu-features.rst from the docs/ top level<br>
directory into docs/system/arm/.<br>
<br>
Signed-off-by: Peter Maydell &lt;<a href="mailto:peter.maydell@linaro.org" target="_blank">peter.maydell@linaro.org</a>&gt;<br>

---<br>
 .../{arm-cpu-features.rst =&gt; system/arm/cpu-features.rst} | 8 +-------<br>
 docs/system/target-arm.rst                                | 6 ++++++<br>
 2 files changed, 7 insertions(+), 7 deletions(-)<br>
 rename docs/{arm-cpu-features.rst =&gt; system/arm/cpu-features.rst} (99%)<br>
<br>
diff --git a/docs/arm-cpu-features.rst b/docs/system/arm/cpu-features.rst<br>
similarity index 99%<br>
rename from docs/arm-cpu-features.rst<br>
rename to docs/system/arm/cpu-features.rst<br>
index fc1623aeca5..7495b7b672b 100644<br>
--- a/docs/arm-cpu-features.rst<br>
+++ b/docs/system/arm/cpu-features.rst<br>
@@ -1,11 +1,5 @@<br>
+Arm CPU Features<br>
 ================<br>
-ARM CPU Features<br>
-================<br>
-<br>
-Examples of probing and using ARM CPU features<br>
-<br>
-Introduction<br>
-============<br>
<br>
 CPU features are optional features that a CPU of supporting type may<br>
 choose to implement or not.  In QEMU, optional CPU features have<br>
diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst<br>
index 86ea6f2f568..1425bd5303a 100644<br>
--- a/docs/system/target-arm.rst<br>
+++ b/docs/system/target-arm.rst<br>
@@ -78,3 +78,9 @@ undocumented; you can get a complete list by running<br>
    arm/stellaris<br>
    arm/musicpal<br>
    arm/sx1<br>
+<br>
+Arm CPU features<br>
+================<br>
+<br>
+.. toctree::<br>
+   arm/cpu-features<br>
-- <br>
2.20.1<br>
<br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Niek Linnenbank<br><br></div></div></div>
diff mbox series

Patch

diff --git a/docs/arm-cpu-features.rst b/docs/system/arm/cpu-features.rst
similarity index 99%
rename from docs/arm-cpu-features.rst
rename to docs/system/arm/cpu-features.rst
index fc1623aeca5..7495b7b672b 100644
--- a/docs/arm-cpu-features.rst
+++ b/docs/system/arm/cpu-features.rst
@@ -1,11 +1,5 @@ 
+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
diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst
index 86ea6f2f568..1425bd5303a 100644
--- a/docs/system/target-arm.rst
+++ b/docs/system/target-arm.rst
@@ -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